Hi all,
one thing I want to do with my chatbot (who got rejected by the site I just noticed by the way :( ) is to have it be ‘up to date’ on current events, just as real humans are.
For this it seems appropriate to ‘feed’ it some news headlines daily, so that it knows what’s going on in the Middle East, when the new elections are coming up, etc…
Soooo, which sources would be recommendable for this? My first thought is to use reddit.com, they have a public read API which is easy to obtain by just appending /.json to their URLs, like this:
http://www.reddit.com/r/worldnews/.json -> pretty sweet! However, this news is a bit too ‘messy’.
Googling ‘machine readable news’, I found out that this is not a novel topic, specifically algorithmic traders seem to be interested in it, to predict the stock market! Services offering this are usually paid though.
So, any other ideas and thoughts on this? Just write a web scraper? Or are there any well-known news sites that offer an easy ‘headline feed’? Maybe the most obvious way to go at this would be
to look for RSS feeds, though I’d have to think for a bit which ones will have the easiest headlines to parse.
i know Vince’s M.I.C.H. does something similar to this, but maybe others do as well. Curious for your thoughts!