https://github.com/azzimoda/raspishika
Telegram-бот для удобного расписания МПК ТИУ.
https://github.com/azzimoda/raspishika
docker nix playwright ruby telegram-bot
Last synced: 12 months ago
JSON representation
Telegram-бот для удобного расписания МПК ТИУ.
- Host: GitHub
- URL: https://github.com/azzimoda/raspishika
- Owner: azzimoda
- License: mit
- Created: 2025-05-07T05:27:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-28T10:33:35.000Z (12 months ago)
- Last Synced: 2025-06-28T10:35:46.079Z (12 months ago)
- Topics: docker, nix, playwright, ruby, telegram-bot
- Language: Ruby
- Homepage: https://t.me/RaspishikaBot
- Size: 129 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# raspishika
Telegram-бот для удобного расписания МПК ТИУ.
## Deploy (Docker way)
### Build
```bash
docker build -t ruby-mpk-bot .
```
### Run
```bash
docker run -it --rm \
-v ./data:/app/data \
-e TELEGRAM_BOT_TOKEN=your_bot_token \
ruby-mpk-bot
```