Telegram bot to track tasks in small teams
docker run -d -p 127.0.0.1:6379:6379 --name redis redis:4.0.11-alpine
pip install -r requirements.txt
export API_TOKEN=[TELEGRAM_API_TOKEN]
python main.py
bash run-tests.sh
new - create new task do - mark task's status as DO done - mark task's status as DONE todo - mark task's status as TODO tasks - output all tasks update - update task title and description export - export all tasks help - show help message start - start using bot