dwallace-web / twitter_api_demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements

  1. Create virtual environment (VENV)

  2. Install dependencies in the VEVNV

pip install tweepy
  1. Create config File with following details:

Generate keys from Twitter Dev Portal. Insert keys into the config file:

API_KEY=
API_KEY_SECRET=
BEARER_TOKEN=
ACCESS_TOKEN=
ACCESS_TOKEN_SECRET=
MY_USERNAME = 

About


Languages

Language:Python 100.0%