Twitter bot to tweet a daily countdown message.
- install Python3 modules:
pip install -r requirements.txt
- copy configuration file:
cp lockdownzwitscher.sample.ini lockdownzwitscher.ini
- register a new Twitter app in the Twitter Developer Portal
- obtain consumer API key and consumer API secret and configure it in
lockdownzwitscher.ini
- run
python setup_oauth.py
to obtain oAuth credentials and configure them inlockdownzwitscher.ini