Telegram bot client for making orders in store, using aiogram as tool to speak with Telegram API and Redis as database
Get your token from BotFather
pip install aiogram
Final state machine is integrated in redis, using states to validate inputs from keyboard
pip install redis
or follow the installation guide
You also need to install an emoji library
to start you just need to execute to type python bot.py in your command line tool
