https://github.com/milesmcc/tweet-analyzer
A (series of) Jupyter notebooks for analyzing tweets
https://github.com/milesmcc/tweet-analyzer
Last synced: 3 months ago
JSON representation
A (series of) Jupyter notebooks for analyzing tweets
- Host: GitHub
- URL: https://github.com/milesmcc/tweet-analyzer
- Owner: milesmcc
- License: gpl-3.0
- Created: 2018-01-03T20:40:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-04T01:39:07.000Z (over 7 years ago)
- Last Synced: 2025-04-09T22:54:40.826Z (3 months ago)
- Language: Jupyter Notebook
- Size: 89.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tweet Analyzer
A (series of) Jupyter notebooks for analyzing tweetsIn the `notebooks` folder, be sure to create a JSON file called `credentials.json` with your Twitter API credentials in the following format:
```json
{
"consumer_key": "",
"consumer_secret": "",
"access_token": "",
"access_token_secret": ""
}
```