Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 630 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 630 Bytes

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