ethFollowing

Ethereum transactions and wallet information for people you follow on Twitter.

icon

Set up

  1. Setup python environment (requires python 3.8):

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
  1. Create a Twitter APIv2 Project in the Twitter Developer Portal, navigate to Keys and Tokens in the project, and set the bearer token as an environment variable:

<div class="snippet-clipboard-content position-relative overflow-auto" data-snippet-clipboard-copy-content="export TWITTER_BEARER_TOKEN=”>

export TWITTER_BEARER_TOKEN=<your-bearer-token>