Simple telegram bot using orator as database manager. This bot will simulate how ecommerce works by using telegram bot.
/help
/register
/cart
Requirements
< 55D0 /a>- Python 3.6
- Python pip
- Python Virtualenv
- Mysql
- Linux Server
virtualenv -p `which python3` env
source env/bin/activate
pip3 install -r requirements.txt
orator migrate --force
- Edit
orator.yml
as needed - Copy
telegram.yml.example
totelegram.yml
and add your bot token
python bot.py