Tickets checker for https://booking.uz.gov.ua/
This is a tickets checker telegram bot for https://booking.uz.gov.ua/ site. You can not only check available tickets with the bot, but also set up some periodic inspection.
Project programming language is Go 1.12.
Install requirements
make updateBuild for Linux (./build/uzTicketsMonitoring binary script will be created):
make buildBuild for Windows (build/uzTicketsMonitoring.exe file will be created):
make build-windowsCreate new file credentials.yaml and paste your personal token:
token: PASTE_YOUR_TOKEN_HERERun this bot locally:
go run main.goRun tests:
make testRun tests with coverage:
make test-covClean after tests:
make clean