rtwksai / contest-bot

A simple bot to update about contests on Codeforces and Hackerearth on Discord
MIT License
0 stars 0 forks source link
hacktoberfest

contest-bot

A simple discord bot to notify you regarding upcoming contests on Codeforces and Hackerearth.

Disclaimer

The bot is still under construction, and can be buggy

Steps to install

Steps to run

Features as of now

Folder Heirarchy

.
├── bot.py
├── cogs
│   ├── commands.py
│   ├── events.py
├── config.py
├── config.py.example
├── LICENSE
├── README.md
└── utils
    ├── cf.py
    ├── he.py
    └── utility.py

A small advice. While making changes, try working on a new branch.

Do check out DiscordPy documentation for more details.

Contribution

In case you find any issues, feel free to add them in the Issues tab.