Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chengkangzai/bot-assignment-due
A discord bot that help to record down Assignment due date for university ~slave~ students
https://github.com/chengkangzai/bot-assignment-due
Last synced: 24 days ago
JSON representation
A discord bot that help to record down Assignment due date for university ~slave~ students
- Host: GitHub
- URL: https://github.com/chengkangzai/bot-assignment-due
- Owner: chengkangzai
- License: mit
- Created: 2021-03-29T11:36:24.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-05T08:00:42.000Z (almost 3 years ago)
- Last Synced: 2023-03-06T02:08:15.667Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 879 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bot-assignment-due
A discord bot that help to record down Assignment due date for university ~~slave~~ students# Feature
## Show All the assignment Due date
*and yes it is my actual assignment due date*
![ass-all](https://github.com/chengkangzai/bot-assignment-due/blob/master/.github/!ass-all.png?raw=true)## Show the help for the available command
![ass-help](https://github.com/chengkangzai/bot-assignment-due/blob/master/.github/!ass-help.png?raw=true)## How to delete a due date
*Thowing that assignemnt to the hole...*
![ass-hole](https://github.com/chengkangzai/bot-assignment-due/blob/master/.github/!ass-hole.png?raw=true)# How to develop
1. Prerequisites
1. install python 3.7 in your computer
2. Install dependencies in requirements.txt
```shell
pip install -r requirements.txt
```
3. Copy .env.example to .env
4. Fill in the .env file with your information
- Note that im using mysql as database
- Get your discord token from [discord developer website](https://discordapp.com/developers/applications/)
5. Run the bot
```shell
python3 main.py
```## Helps ?
[How to Get a Discord Bot Token](https://www.writebots.com/discord-bot-token/)