https://github.com/meooow25/cp-discord-bot
A simple Discord bot that assists with competitive programming
https://github.com/meooow25/cp-discord-bot
bot competitive-programming discord python
Last synced: 9 months ago
JSON representation
A simple Discord bot that assists with competitive programming
- Host: GitHub
- URL: https://github.com/meooow25/cp-discord-bot
- Owner: meooow25
- License: mit
- Created: 2018-08-31T21:55:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-26T22:01:08.000Z (over 7 years ago)
- Last Synced: 2025-04-08T13:46:02.990Z (over 1 year ago)
- Topics: bot, competitive-programming, discord, python
- Language: Python
- Size: 82 KB
- Stars: 10
- Watchers: 4
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CPBot
A simple Discord bot that assists with competitive programming
This is intended to be a learning project for me, and a small tool to be used by the members of my college's Discord group for programmers.
### Features
- CPBot can fetch a list of upcoming contests from supported competitive programming sites. These are displayed when the associated command is invoked. Supports filtering by site and limiting by count.
- CPBot can monitor profiles of users on supported programming sites. This allows users to subscribe using their handle and be notified when their rating is updated after participation in a contest.
**Warning**: CPBot is intended to be a simple bot, and is not expected to be very robust or handle a large amount of activity. Much of that can be alleviated by using an official API wrapper such as [discord.py](https://github.com/Rapptz/discord.py), which I decided against for the sake of learning.