A Danbooru Twitter bot using a set hourly schedule. This is the same exact script that runs the Anime School Girls Bot on Twitter.
- Python 3.3 or later
requests
,schedule
, andtweepy
libraries. You can usepip install -r requirements.txt
to automatically install those required libraries.
Before running the bot, set up config.json
. You can use the provided config_example.json
file as a template.
To start, use the following command: python3 dbtweets.py
.
To terminate, simply press Ctrl-C
.
Copyright 2017 Pokémon Trainer Timmy. Licensed under the MIT License.