The code’s here: https://github.com/JackDunnCodes/BusyBarTogglToggle The releases are here: https://github.com/JackDunnCodes/BusyBarTogglToggle/releases
Runs a Toggl Track timer while the BUSY Bar timer is running. Pausing or stopping the BUSY timer stops the current Toggl timer. The bridge only reads the BUSY Bar snapshot endpoint; it never sends display, audio, or input commands to the bar.
This project does not reflect the quality of my usual code. I simply generated this with a few iterations of codex + claude reviews because I needed this as a productivity tool, so I generated it as a quick and dirty project.
You should review the code yourself before running it.
I’ve only released it publicly because I figured it could be useful for others.
Requires Python 3.11 or newer.
run_busytoggl.bat. If other OS, run something elseYour API token is at Toggl Track > Profile settings > API Token. The workspace
ID is the number in a Toggl workspace URL. See .env.example for all settings.
If HTTP API access on the BUSY Bar uses key mode, also set BUSY_API_TOKEN.
INFINITE, SIMPLE, or INTERVAL and not paused: start Toggl if stopped.NOT_STARTED: stop Toggl if running.When starting, the bridge copies the project, task, tags, and description from
the most recent valid Toggl entry. It appends [Automated entry, please recheck]
to the description and adds the busytoggl tag. This satisfies workspaces that
require a project, task, and description.