Skip to content

serverwind/tinyDoro_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

TinyDoro

TinyDoro it's a my little project for Telegram.

I created a bot, which work as Pomodoro Timer. Bot will notify user when to start work, or when its time to take a rest.

Commands

  1. /start, /help - shows info about the bot.
  2. /add <number> - sets a number of minutes what you will work. For example /add 25.
  3. /yes - to start the Work timer when timer set by user.
  4. /yaw - to start the Rest timer, after Work timer.

Live

File structure

  • main.py - raw code on plain Python, outdated.
  • prod_git.py - latest version of code, already on Telebot.