beemodoro

Beeminder Pomodoro Timer


License
MIT
Install
pip install beemodoro==1.2.0

Documentation

Beeminder + Pomodoro = 🍅

Utilize the power of Beeminder and Pomodoro. This little script runs a Pomodoro timer in your terminal and increments your Beeminder goal counter when it's done. This requires your project to count 1 Pomodoro per step.

Installation

pip3 install beemodoro

Quick start

  1. Set the following environment variables (using foreman, export, ...):
  • BEEMINDER_KEY: your Beeminder API key
  • BEEMINDER_USER: your Beeminder username
  • BEEMINDER_GOAL: your Beeminder goal slug name (can be found in your goal settings)
  1. Run beemodoro "Work on secret project" [optional_custom_pomodoro_length]
  2. Work for 25 minutes
  3. You just finished a Pomodoro! Yay! Take a break 🍅

Manual Goal Tracking

track_goal [comment]

Requirements

  • Python 3
  • OS X say (for TTS output)