/your-recipe-today-bot

Telegram Bot that searches for suitable recipes according to your parameters.

Primary LanguagePythonMIT LicenseMIT

YourRecipeTodayBot

About

YourRecipeTodayBot is a Telegram Bot that searches for suitable recipes according to your parameters

Setup

Install required packages:

pip3 install -r requirements.txt

Create a file config.py.

ACCESS_TOKEN Bot token generated by BotFather

API_URL Recipe Search API Path

API_KEY API key provided by Recipe Search API

API_ID API id provided by Recipe Search API

Run

To receive messages:

python main.py

Instructions

Built With

Deployment to Production

Alternatively, you can deploy your own copy of the app using the web-based flow:

Deploy to Heroku

Live Example

YourRecipeTodayBot on Telegram

License

This project is licensed under the MIT License - see the LICENSE file for details