https://github.com/myles/arc-to-sqlite
Save data from Arc Timeline's daily (or monthly) exports to a SQLite database.
https://github.com/myles/arc-to-sqlite
arc-timeline datasette dogsheep sqlite
Last synced: 8 months ago
JSON representation
Save data from Arc Timeline's daily (or monthly) exports to a SQLite database.
- Host: GitHub
- URL: https://github.com/myles/arc-to-sqlite
- Owner: myles
- Created: 2024-03-06T22:06:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T13:20:04.000Z (over 1 year ago)
- Last Synced: 2024-10-29T12:58:55.491Z (over 1 year ago)
- Topics: arc-timeline, datasette, dogsheep, sqlite
- Language: Python
- Homepage:
- Size: 187 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# arc-to-sqlite
Save data from [Arc Timeline][arc_timeline]'s daily (or monthly) export to a
SQLite database.
[arc_timeline]: https://www.bigpaua.com/arcapp/
# Installation
```bash
foo@bar:~$ pip install -e git+https://github.com/myles/arc-to-sqlite.git#egg=arc-to-sqlite
```
# Usage
You can use the `arc-to-sqlite` command to save data from an Arc App export
to a SQLite database. Arc App's export directory is usually located in
iCloud Drive, `~/Library/Mobile Documents/iCloud~com~bigpaua~LearnerCoacher/`.
```bash
foo@bar:~$ arc-to-sqlite arc.db ~/Library/Mobile\ Documents/iCloud\~com\~bigpaua\~LearnerCoacher/
```