An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Tweet Analyzer
A (series of) Jupyter notebooks for analyzing tweets

In 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": ""
}
```