Skip to content

vitalitygg/twitter-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fetch Favorites

Setup

In a terminal :

pip install -r requirements.txt

or with Pipenv :

pipenv install

Usage

TWITTER_CONSUMER_KEY=<your_token_here> \
TWITTER_CONSUMER_SECRET=<your_token_here> \
TWITTER_ACCESS_TOKEN_KEY=<your_token_here> \
TWITTER_ACCESS_TOKEN_SECRET=<your_token_here> \
python main.py

Releases

No releases published

Packages

No packages published

Languages