https://github.com/nickmi11er/sclbot
Telegram schedule notifier bot
https://github.com/nickmi11er/sclbot
docker-image mirea python schedule telegram-bot university
Last synced: 5 months ago
JSON representation
Telegram schedule notifier bot
- Host: GitHub
- URL: https://github.com/nickmi11er/sclbot
- Owner: nickmi11er
- Created: 2018-02-22T07:42:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-14T12:56:49.000Z (over 5 years ago)
- Last Synced: 2024-03-30T04:56:50.227Z (about 2 years ago)
- Topics: docker-image, mirea, python, schedule, telegram-bot, university
- Language: Python
- Size: 153 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sclbot
Telegram schedule bot for MIREA university
*Run docker container:*
```
docker run -e BOT_TOKEN='your bot token' [container id]
```
*Run docker container with custom schedule api url (default: localhost:9000) run:*
```
docker run -e BOT_TOKEN='your bot token' -e SCL_API='url:port' [container id]
```
*To provide database for bot run:*
```
docker run -e BOT_TOKEN='your bot token' -v ~/local/path/data.sqlite:/assets/data.sqlite [container id]
```
*To use proxy server run:*
```
docker run -e BOT_TOKEN='your bot token' -e PROXY='ip:port;username;password' [container id]
```