Skip to content

Latest commit

 

History

History
executable file
·
7 lines (6 loc) · 351 Bytes

README.md

File metadata and controls

executable file
·
7 lines (6 loc) · 351 Bytes

twitter-sentiment-analyzer

Take a look at simpleDemo.py for a demo

Update

get_twitter_data.py has been updated to use Twitter API v1.1. Place your consumer_key, consumer_secret, access_token, access_oken_secret in config.json file or pass it via command line. Try test_twitter_data.py for a sample example.