Skip to content
Snippets Groups Projects
Commit bdec29c2 authored by Mathieu Loiseau's avatar Mathieu Loiseau
Browse files

update readme

parent 4cee2f34
No related branches found
No related tags found
No related merge requests found
# vivlio annotations
A small python script to extract annotations from vivlio e-reader
\ No newline at end of file
A small python script to extract annotations from vivlio e-reader.
Tested under linux mint, probably works with mac (requires option ``-s``) and possibly under windows with the appropriate parameters
## Usage
```bash
./extract_notes.py --help
usage: extract_notes.py [-h] [-s SOURCE] [-f FORMAT] [-d DESTINATION]
```
```
Extraire les notes d'une liseuse Vivlio
optional arguments:
-h, --help show this help message and exit
-s SOURCE, --source SOURCE
le dossier de la liseuse
-f FORMAT, --format FORMAT
le format d'export (JSON ou wiki)
-d DESTINATION, --destination DESTINATION
le chemin et nom du dossier d'export (un fichier par
livre)
```
### Example with all parameters
```bash
./extract_notes.py -s ~/Desktop/mountpoint -f wiki -d ~/Documents/Work/MyNotes
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment