Content aggregator based on processing of Twitter using the Alchemy and Prismatic Interest Graph APIs. Written in ~24 hours for TAMUHack 2015 by a team of four.
git clone --recursive https://github.com/nitinkash/NLP-twitter-aggregator
-
Get a key from www.alchemyapi.com/api/register.html and put it in NLP-twitter-aggregator/api_key.txt
-
Get a set of authentication keys for the Twitter API from Twitter Application Management and put them in the processFeed.py file (lines 88-91)
-
Run the webserver:
python aggregator.py
- Browse to http://localhost:5000 and enjoy!