Telegram bot for boosting your mood and culinary inspiration
SmileBot is a fun Telegram bot that:
- sends fresh jokes from anekdotov.net
- helps you choose a dish recipe for any taste or mood
Made for people who want to smile and eat delicious food at any moment of the day.
/start— welcome message and list of commands/jokeor just type “joke” / “анекдот” — get a fresh joke from anekdotov.net/food,/recipe, or type “what to cook?” / “что приготовить?” — random recipe or dish ideas- Supports simple text conversation (you can just write “tell a joke” or “I’m hungry”)
- Language: Python 3.10+
- Telegram library: python-telegram-bot
- Joke parsing: requests + json and jokes from website anekdotov.net (module ScrapingAnekdots.py)
- Recipe source: requests + json and parsing gastronom.ru (module ScrapingDishes.py in near future)
- Clone the repository
git clone https://github.com/MaximusPro/SmileBot.git
cd SmileBot