Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 548 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 548 Bytes

A Discord Bot that sends Genshin Fanart from Danbooru. The bot can send daily fanart, send random images and search Danbooru by tag, resolution etc.

Requirements:

hikari
lightbulb
pybooru

Steps to use:

  1. Set up an Anaconda environment on Windows 10 with the requirements.
  2. Create a Discord Application with Admin priveledges and add the token in the marked area in bot.py.
  3. Create a Danbooru Gold account and put the username and api key in the marked area.
  4. Connect the environment to Pycharm and run the code normally.