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
- Host: GitHub
- URL: https://github.com/arctixdev/xkcd-discord-bot
- Owner: arctixdev
- License: unlicense
- Created: 2022-10-24T16:12:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-09T14:27:56.000Z (over 3 years ago)
- Last Synced: 2025-02-26T10:43:40.996Z (over 1 year ago)
- Topics: bot, discord, discord-bot, xkcd, xkcd-api, xkcd-comics
- Language: Python
- Homepage:
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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