Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cbuntain/twitterfergusonteachin
Material for Advanced Analytics on Twitter during Ferguson Protests
https://github.com/cbuntain/twitterfergusonteachin
Last synced: 27 days ago
JSON representation
Material for Advanced Analytics on Twitter during Ferguson Protests
- Host: GitHub
- URL: https://github.com/cbuntain/twitterfergusonteachin
- Owner: cbuntain
- License: mit
- Created: 2015-04-09T04:07:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-09T19:42:54.000Z (over 9 years ago)
- Last Synced: 2023-05-03T00:43:15.917Z (over 1 year ago)
- Homepage: http://mith.umd.edu/community/dh-events/event/researching-ferguson-session-v/
- Size: 1.05 MB
- Stars: 5
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tools for Analyzing Twitter
This IPython Notebook includes material for advanced analytics on Twitter.
It was originally designed for analysis of tweets during the protests in Ferguson, MO in August of 2014, but it should work for any Twitter data set.## Package Requirements
The following Python packages are necessary to run this notebook:
### Installable Packages
- tweepy
- networkx
- gensim
- nltk
- basemap
- numpy
- matplotlib### Built-in Packages
- time
- calendar
- codecs
- datetime
- json
- sys
- gzip
- string
- glob
- re