yuloskov / restaurant-chat-bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

restaurant-chat-bot

Description

Simple chat bot MVP based on python-telegram-bot library. It can gather info about number of people and the time for booking. It does not include database integration for now.

How to run

docker build . -t tgbot
docker run -e API_KEY={YOUR_API_KEY} tgbot

Testing

For testing telethon library could be used. However automated tests are out of the scope of this basic project.

About


Languages

Language:Python 98.9%Language:Dockerfile 1.1%