mirror of
https://github.com/myles/rescuetime-to-sqlite.git
synced 2026-05-20 20:27:10 +00:00
Save data from RescueTime to a SQLite database
- Python 97.2%
- Makefile 2.8%
| .github/workflows | ||
| rescuetime_to_sqlite | ||
| tests | ||
| .gitignore | ||
| Makefile | ||
| poetry.lock | ||
| pyproject.toml | ||
| README.md | ||
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