Tiwoto


Tiwoto is a simple python program that automates some kind of behaviors and keep your account active.

Create an .env file in this directory and add the following variables:

consumer_key="YOUR_CONSUMER_KEY"
consumer_secret="YOUR_CONSUMER_SECRET"
access_token="YOUR_ACCESS_TOKEN"
access_token_secret="YOUR_ACCESS_TOKEN_SECRET"

You can simply install dependencies with: 

pip3 install -r requirements.txt

And run application with:

python3 main.py

GitHub

View Github