Skip to content

georgeglessner/TwitterWordOccurrences

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word Occurrence Analyzer for Twitter

Analyze a user's Twitter feed to find the words tweeted the most

Setup

  1. Create a new Twitter application to obtain the needed keys in credentials.py
  2. Add your keys to credentials.py
  3. Run pip3 install -r requirements.txt

Usage

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.

About

Analyze the top word occurrences for a Twitter user

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages