Automatic checker telegram bot for barbora timetables. Checks every minute for available timeslots.
Just copy and paste this command, open config/config_secret.exs
and fill with your secret
cat << EOF > config/config_secret.exs
import Config
config :nadia,
token: "telegram_token"
EOF
mix deps.get
mix run --no-halt
/start # startup a bot
/auth login password # starts a user scraper
/stop # stops user scraper
docker build -t barbora:latest .
docker run -e TELEGRAM_TOKEN=telegram_token barbora