Setting up Twitter developer app
Tweepy auth flow
-
Refer to fomo-cli repository for prerequisites and installation.
-
Log in to your Twitter account.
-
Go to /portal/dashboard.
-
Create an app.
-
Generate the following keys on
Keys and tokens
tab:- consumer_key
- consumer_secret
- access_token
- access_token_secret
-
Copy over said values into the .env file you've created.
-
You should be all set up to run the Twitter integration.