- Create a new Twitter application to obtain the needed keys in credentials.py
- Add your keys to credentials.py
- Run
pip3 install -r requirements.txt
Usage:
tweet_analyzer [-u USER] [-n NUMBER OF OCCURRENCES] [-f OUTPUTFILE]
Options:
-h --help show this
-u --user username of account to analyze
-n --num minimum number of occurrences the word appears [default: 20]
-f --file name of output file (.csv) [default: results.csv]
The results will be stored in a .csv file in the working directory with the filename you specified or "results.csv" if you did not specify a filename.