This project is a Telegram bot responsible for providing the daily menu of the cafeteria of the Polytechnic School of Cáceres.
These are the libraries needed to run the project.
List of dependencies
First of all we should go to the folder koolfood/etc. Once there we must fill in the tokens:
Key | Value |
---|---|
Telegram Api-token | Token from your telegram bot (from botFather) |
Twitter Consumer-Key | Key from Twitter |
Twitter Consumer-Secret | Consumer from Twitter |
Twitter Accesss-Token | Access token from Twitter |
Twitter Access-Secret | Access secret from Twitter |
Once we have this configured, we can run our bot.
To execute our bot we execute the script in the following way.
python koolfood/main.py koolfood/etc/config.json
In this way we will execute the bot with the configuration of the APIs used.
Steps to use the bot.
- Find the bot @Felipes_Cuisine_Bot in this case.
- Use the /start command.
- Profit !
Feel free to contact if you have any doubt.
Authors