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
- Host: GitHub
- URL: https://github.com/milescranmer/rescue_time_statusbar
- Owner: MilesCranmer
- Created: 2021-03-07T02:19:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T18:24:36.000Z (about 3 years ago)
- Last Synced: 2025-05-06T05:50:25.667Z (5 months ago)
- Topics: productivity, python, rescuetime, rumps
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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