Simple docker image to run parser on the kostrov store and publish fresh posts to telegram chat via bot API. Only men's wear is supported for now, sorry.
Execute the following to run with Docker:
docker run \
-v $(pwd)/db:/app/db \
-e "TELEGRAM_CHAT_ID=<YOUR CHAT ID>" \
-e "TELEGRAM_BOT_TOKEN=<YOUR BOT TOKEN>" \
-d --restart always ghcr.io/vsmaxim/kostrov-parser:latest
TELEGRAM_BOT_TOKEN
- Token from telegram bot APITELEGRAM_CHAT_ID
- Target chat ID