Simple script app for analysis of tweets using Text Analytics API and Tweepy.
To running this script, first you have to acquire needed keys for accessing Text Analytics API and Twitter API. The process is easy and free. Here are the direct links :
Write your keys in the related files in the .credentials
folder.
Download this repository
git clone https://github.com/brlauuu/TwitterAnalytics.git
All the dependencies are in the requirements.txt
file. To install them, simply run :
pip install -r requirements.txt
To run the programm, type :
python run-analytics.py [OPTION]
All options can be seen by running:
python run-analytics.py --help
The program currently runs with Python 2.*.
There's a few more things I plan to add, so stay tuned.