Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 951 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 951 Bytes

Timmy's Danbooru Twitter Bot

License: MIT

A Danbooru Twitter bot using a set hourly schedule. This is the same exact script that runs the Anime School Girls Bot on Twitter.

Requirements

  • Python 3.3 or later
  • requests, schedule, and tweepy libraries. You can use pip install -r requirements.txt to automatically install those required libraries.

Setup and Use

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.