A discord bot for competitive programming
-
Supports Fetching User Data From
- Leetcode
- Codechef
- Atcoder
- Codeforces
-
Supports Getting all upcoming contests from all the major platforms
-
A Daily Streak Feature Which gives the user 2 problems to solve each day and then verifies if the user has solved them or not.
pip install -r requirements.txt
# Fill with appropriate env variables
cp .env.example .env
python3 main.py
Refer to this document to learn more about how you can contribute.