Simple telegram bot with database to control deadlines
- Install Python latest version
- Clone repository:
git clone https://github.com/smirok/Deadline-helper-bot
- Install dependencies:
pip install -r requirements.txt
- Insert bot token in
cfg.py
- Run
python main.py
add
- add new deadlinedel
- delete an existing deadlineupd
- update the date of an existing deadlineshow
- show list of current deadlines sorted by date
Application saves information about deadlines to a local database deadlines.db