Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.13 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.13 KB

Deadline helper bot

Build Status Codacy Badge

Description

Simple telegram bot with database to control deadlines

Install

  • Install Python latest version
  • Clone repository: git clone https://github.com/smirok/Deadline-helper-bot
  • Install dependencies: pip install -r requirements.txt

Run

  • Insert bot token in cfg.py
  • Run python main.py

Commands (further settings are made via the telegram keyboard)

  • add - add new deadline
  • del - delete an existing deadline
  • upd - update the date of an existing deadline
  • show - show list of current deadlines sorted by date

Application saves information about deadlines to a local database deadlines.db