Skrypt, który generuje podsumowanie Bazy Wiedzy zasobów Hackerspace Trójmiasto w formie statycznej strony internetowej.
https://martasien.github.io/hs3-baza-zasobow-dashboard/
| .github/workflows | ||
| labeler | ||
| labeler_docs/brother | ||
| tests | ||
| Dockerfile | ||
| img.png | ||
| img_1.png | ||
| poetry.lock | ||
| pyproject.toml | ||
| readme.md | ||
labeling telegram bot
This application is build to render and print labels sent to it via telegram, as well as provide info about printer status and other useful information.
Supported commands
Usage example
You need three things:
- A telegram bot token, you can write to @BotFather to get one
- A compatible printer
- docker installed on your system
version: "3.8"
services:
bot:
build:
context: .
dockerfile: Dockerfile
environment:
- PRINTER_IP=<printer_ip>
- TELEGRAM_TOKEN=<telegram_bot_token>
command:
- python
- labeler/adapter/telegram_bot.py
Supported printers
- Brother PT-E550W

