Skip to content

Simple Telegram bot with appointment with CRUD functions based on python and SQLite3

License

Notifications You must be signed in to change notification settings

vo6i/Appointment-Telegram-Bot

Repository files navigation

Appointment-Telegram-Bot

Simple Telegram bot with appointment with CRUD functions based on python and SQLite3

Original repo have more 7 errors when I git clone https://github.com/AlexBaranovIT/Reservation-Telegram-bot.git

And I change few lines in code & all work well, use it for free

Installation:

git clone https://github.com/vo6i/Appointment-Telegram-Bot.git
cd Appointment-Telegram-Bot 
pip install -r requirements.txt

Put your Telegram Bot TOKEN in main.py

bot = TeleBot('U BOT TOKEN')

Run main.py

python3 main.py

Thanks for Watching