Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tjburch/twitter-studies
Quick study into my engagements on twitter
https://github.com/tjburch/twitter-studies
Last synced: 29 days ago
JSON representation
Quick study into my engagements on twitter
- Host: GitHub
- URL: https://github.com/tjburch/twitter-studies
- Owner: tjburch
- License: mit
- Created: 2019-01-13T03:51:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-27T02:57:10.000Z (over 5 years ago)
- Last Synced: 2024-08-01T16:47:35.776Z (3 months ago)
- Language: Jupyter Notebook
- Size: 680 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# twitter-studies
Studies using twitter's API, tweepy.### python/get_data.py
This uses the tweepy api and outputs the useful statistics to a csv file.### python/plot_stats.ipynb
Quick study analyzing my engagements on twitter. All plots and data analysis is in here, loads the csv from get_data.py### python/plot_counts.ipynb
Plots cumulative sum over tweets, favorites, retweets from get_data.py