init commit
This commit is contained in:
34
README.md
Normal file
34
README.md
Normal file
@ -0,0 +1,34 @@
|
||||
# kCOJ_bot
|
||||
|
||||
Telegram Bot that is for students in The Great NTUT CSIE.
|
||||
|
||||
Via this bot, you could manage your homeworks of Computer Programming Class.
|
||||
|
||||
It runs as [@kCOJ_bot](https://telegram.me/kcoj_bot) now.
|
||||
|
||||
## Requirements
|
||||
|
||||
- Python 3.6
|
||||
- telepot
|
||||
- requests
|
||||
- beautifulsoup
|
||||
|
||||
## Install
|
||||
|
||||
Clone it.
|
||||
|
||||
```bash
|
||||
git clone https://github.com/pinlin/kCOJ_bot.git
|
||||
```
|
||||
|
||||
Install necessary modules.
|
||||
|
||||
```bash
|
||||
pip install requests bs4 telepotInstall
|
||||
```
|
||||
|
||||
Run it.
|
||||
|
||||
```bash
|
||||
python bot.py
|
||||
```
|
Reference in New Issue
Block a user