Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 19 days 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 (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T18:09:05.000Z (about 1 month ago)
- Last Synced: 2024-10-18T09:56:41.427Z (about 1 month ago)
- Topics: arc-timeline, datasette, dogsheep, sqlite
- Language: Python
- Homepage:
- Size: 209 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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/
```