A Discord bot for Codechef
- Identify users based on their Codechef handles.
- Check recent submissions by a user
- Check upcoming contests.
- Plot Rating Graph
git clone https://github.com/s-i-d-d-i-s/Sparky-Bot
pip install -r requirements.txt
Create a bot on your server. Here is a tutorial on that
In main.py
replace "YOUR BOT TOKEN"
with your bot token.
In Utils\constants.py
replace OWNER
with your Discord User ID
In Utils\constants.py
set DEBUG
to True
python main.py
- Make sure you have the following roles present on your server
- Admin
- 1★
- 2★
- 3★
- 4★
- 5★
- 6★
- 7★
- To run bot commands, use prefix (
=
) , e.g=handles
This bot is in Beta, and have only basic functionality. All contributions are welcome.
- imjohnzakkam for testing the bot in development and giving valuable feedback.
- SayangitBIT for testing the bot in development and giving valuable feedback.