This telegram bot helps you manage your time by setting up timers to stay focused on your tasks
- Clone git repository
- Change the config.ini file with you value:
BOT_TOKEN
- Install and run Docker
- Build Docker image and run Docker container using those commands
docker build --tag pomodorobot .
docker-compose up
- Once the container is running go to Telegram and send the
/start
command to your bot
- Create the virtual environment
- Run those commands
pip install -r requirements.txt
python main.py
- Sets timer from 5 to 120 minutes
- Shows how much time is left, notifies the user when time is up
- Stops current timer
- Repeats last timer