Skip to content

arnaspet/Barbora-Schedule-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Barbora

Automatic checker telegram bot for barbora timetables. Checks every minute for available timeslots.

Installation

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

Run

mix run --no-halt

Bot commands in telegram

/start # startup a bot
/auth login password # starts a user scraper
/stop # stops user scraper

Docker run

docker build -t barbora:latest .
docker run -e TELEGRAM_TOKEN=telegram_token barbora

About

Telegram bot for barbora schedule finding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published