An open API service indexing awesome lists of open source software.

https://github.com/milescranmer/rescue_time_statusbar

Show productivity pulse in macOS status bar
https://github.com/milescranmer/rescue_time_statusbar

productivity python rescuetime rumps

Last synced: 5 months ago
JSON representation

Show productivity pulse in macOS status bar

Awesome Lists containing this project

README

          

# RescueTime macOS status bar

Put your API key in `credentials.json`, in the following format:
```json
{
"rescuetime": {
"Key": "..."
}
}
```

Run the status bar app with:
```python
python app.py
```

This will display the productivity pulse, and automatically update the current day's
score. Unlike the dashboard, this pulse also includes mobile time.

## Requirements

- pandas
- numpy
- rumps
- json

## Thanks

- Data download code was based off of https://github.com/libertyequalitydata/RescueTime