Save data from RescueTime to a SQLite database
  • Python 97.2%
  • Makefile 2.8%
Find a file
Myles Braithwaite b44f4c2fe9
Added a Makefile.
2023-11-24 13:04:03 -05:00
.github/workflows rescuetime-to-sqlite MVP (#1) 2023-01-05 21:49:22 -08:00
rescuetime_to_sqlite ✏️ Fixed a stupid typo. 2023-01-11 18:54:49 -05:00
tests Added some E2E tests for the CLI (#3) 2023-01-11 19:51:08 -05:00
.gitignore 🙈 Making sure to ignore some test thingsy. 2022-12-31 17:13:02 -05:00
Makefile Added a Makefile. 2023-11-24 13:04:03 -05:00
poetry.lock ⬆️ Bump ipython from 8.8.0 to 8.10.0 (#4) 2023-02-12 16:33:10 -05:00
pyproject.toml ⬆️ Bump ipython from 8.8.0 to 8.10.0 (#4) 2023-02-12 16:33:10 -05:00
README.md 📝 Added some docs. 2023-01-11 19:56:02 -05:00

rescuetime-to-sqlite

Save data from RescueTime to a SQLite database

Install

foo@bar:~$ pip install -e git+https://github.com/myles/rescuetime-to-sqlite.git#egg=rescuetime-to-sqlite

Authentication

First you will need to create an application at Micro.blog.

foo@bar:~$ poetry run rescuetime-to-sqlite auth
Create a new API key here: https://www.rescuetime.com/anapi/manage
Paste the API key in the following:

Key: xxx

Retrieving RescueTime analytic data

The analytic-data command will retrieve all the analytic data from RescueTime.

foo@bar:~$ rescuetime-to-sqlite analytic-data rescuetime.db

Retrieving RescueTime daily summary feed

The daily-summary-feed command will retrieve all the daily summary feed from RescueTime.

foo@bar:~$ rescuetime-to-sqlite daily-summary-feed rescuetime.db