An open API service indexing awesome lists of open source software.

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

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]
```