Notebooks and resources to play with twitter API
To fully make use of this repo you will need your own API keys and tokens.
This repo contains
- tweepy_twitter_analysis.ipynb : Jupyter notebook that sets up the twitter API and then demonstrates how to use a stream listener to stream and analyse incoming tweets
- demo_scraper.py : a bare-bones stream listener that can be adapted for various purposes
- settings.py : settings file for demo_scraper.py
- tweepy
- textblob
- nltk
- numpy
- pandas
- matplotlib
- re
- csv