/twitter-tools

Toolkit for working with the twitter API

Primary LanguageJupyter NotebookOtherNOASSERTION

Twitter Tools

Toolkit for working with the twitter API.

Builds on top of Twitter-API-v2-sample-code.

Examples

See Notebooks

Setup

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:

  1. Create an accound on the Twitter Developer Portal
  2. Create a project and get a Bearer Token
  3. Add the Bearer Token as an environment variable called TWITTER_BEARER_TOKEN