Toolkit for working with the twitter API.
Builds on top of Twitter-API-v2-sample-code
.
See Notebooks
You need to get a token from twitter to authenticate requests to the api.
This repository assumes that you have made TWITTER_BEARER_TOKEN
available as an environment variable.
Steps:
- Create an accound on the Twitter Developer Portal
- Create a project and get a Bearer Token
- Add the Bearer Token as an environment variable called
TWITTER_BEARER_TOKEN