A knitting row counter Telegram bot
-
Adding new counters (up to 10 active)
-
Archiving old ones
- Clone this repository
git clone https://github.com/k1p1-ru/k1p1-counter-bot
- Obtain a telegram bot token from BotFather
- Set the bot token in docker-compose:
environment:
BOT_TOKEN: "👉 here"
- Launch (flags are useful after update via
git pull
)
docker-compose up -d --build --force-recreate