issues
search
Yastrah
/
Telegram-bot-Notify
Telegram bot for quick reminders.
https://t.me/NotifyMeHelperBot
0
stars
0
forks
source link
Remake the database to Sqlite
#8
Closed
Yastrah
closed
1 year ago
Yastrah
commented
2 years ago
Create sqlite database.
In this database create table for reminders with columns: id; chat_id; time; text.
Write py file for database.
Create class for reminders table.
Connect this database to bot.