Skip to content

jsondoo/TweetMine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TweetMine

Analyzing tweets using pandas

Usage

Create a twitter account and create an app. Make a config.py file to store your tokens and secrets. Run the jupyter notebook.

Requires Python 3, tweepy, pandas, and matplotlib.

To install tweepy

$ pip install tweepy==3.5.0

To install pandas

$ pip install pandas

Examples

Todo

  • generate a word cloud
  • refactor into a full analytics page
  • compare multiple users