This is a twitter bot that tells you the current trending hashtags on a particular event
I have solved this problem in 2 ways :
- Using twython (python wrapper for twitter API)
- Using Twitter archiever (Google sheets add-on for downlowding tweets by creating search-rules)
Instead of using the NLTK tokenizer I have used the tokenizer built by Brendan O'Connor(http://github.com/brendano/tweetmotif)
The above results were obtained for search query - "Narendra Modi"
Detailed link to the project : https://docs.google.com/document/d/1nuLOByJBWt3DFOrH9VpNDr8MGH1ttteYc-1xItww57A/edit?usp=sharing
