Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jritsema/bookcision-markdown
A script to convert Bookcision's json output to pretty markdown
https://github.com/jritsema/bookcision-markdown
amazon bookcision converter highlights kindle markdown notes
Last synced: about 2 months ago
JSON representation
A script to convert Bookcision's json output to pretty markdown
- Host: GitHub
- URL: https://github.com/jritsema/bookcision-markdown
- Owner: jritsema
- Created: 2019-09-03T01:34:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-15T03:25:34.000Z (over 3 years ago)
- Last Synced: 2023-08-16T21:10:58.616Z (over 1 year ago)
- Topics: amazon, bookcision, converter, highlights, kindle, markdown, notes
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
bookcision-markdown
=====================A script to convert [Bookcision's](https://readwise.io/bookcision) json output to pretty markdown.
### usage
```
./main.py /path/to/bookcision/output.json /path/to/outputted/markdown.md
```### convert an entire directory
```
python batch.py $HOME/Downloads/kindle $HOME/Documents/books
```