Telegram bot that one can use to automatically reserve tickets for a future or current kide app event.
One can message commands such as
/reserve {url}to create a job reserve a ticket/token {bearer}to add kide app bearer for bot to make reservations/jobsto see current jobs
In development (for who knows how long)
The app written in TypeScript uses telegraf a js/ts bot api for telegram ui implementation.
Db contains table for allowed users.
Currently bearer token is stored in db along with users Jobs.
Implementation is not ready by any means.
One might be busy at the time of ticket release.
...Or because it has gotten to a point where reserving ticket from kide app is pure bot wars (see eg. https://www.kiderat.app/)
For me (Saying that I develop for myself releases me from many obligations of general good project practices).
The currently online (in heroku) implementation for myself, since it isn't ready for storing real user data (and maybe shouldn't in the first place).
The whole app is written using TypeScript and runs with nodejs. Install node packages using npm install.
Database uses postgresql. Database models are not currently exposed.
further documentation when I have too much time again..\