Util written in python to do "live" tweeting
You need to take inspiration from config_example.py
and create your own config.py
file.
virtualenv --python=/usr/bin/python3 venv
source venv/bin/activate
pip install -r requirements.txt
python twiggy.py --source tweets.txt --mode time|notime"
pip freeze > requirements.txt