/comic-bot

Discord bot for fetching comics from different websites

Primary LanguagePython

comic-bot

This is a discord bot for fetching and scarping random comics from websites like cyanide&happines, bunicomics, xkcd etc. and sending them into the particular discord channel.

How to deploy

  • Create a bot application from Discord Developers platform with taking help from this Guide and add the bot to a server
  • Copy and store your token as plain text in token.py
  • Install discord.py using pip3 install -U discord.py
  • Make the bash scripts executable using chmod +x *.sh
  • run using python3 bot.py