This bot aims to run on a server somewhere, and request the week's menu for you. Takes a few seconds, rather than like 30.
As the user, all one must do is add 'kssbmenubot' to your Telegram; type '/menu' into it and it will obtain it for you.
As one who wishes to run the code, it's as simple as:
- Obtain a Telegram bot token; outside of the scope of this readme. Create a file called
.env. Seeexample_envfor an example. - Clone this repo.
pip3 install -r requirements.txtpython3 bot.py.
For more information (including initial work on obtaining the menu) see the KSSB-Menu repo itself.