An open API service indexing awesome lists of open source software.

https://github.com/arctixdev/xkcd-discord-bot

A simple Discord bot to view comics from https://xkcd.com
https://github.com/arctixdev/xkcd-discord-bot

bot discord discord-bot xkcd xkcd-api xkcd-comics

Last synced: over 1 year ago
JSON representation

A simple Discord bot to view comics from https://xkcd.com

Awesome Lists containing this project

README

          

# xkcd discord bot

A simple Discord bot to view comics from https://xkcd.com/

# How to run
One foot in front of another

# Setup

Create a Discord bot and get token: https://www.getdroidtips.com/discord-bot-token/

create a .env file in the root directory of the project.

Then put: TOKEN={token} into the file where {token} is replaced by your bot token

Install python3 and run: pip install -r requirements.txt

When thats done you can start the bot by typing this into your terminal while being in the project directory:

python main.py

Sory for bad docs xD