https://github.com/bskim45/ridiwise
Sync Ridibooks/Longblack notes to Readwise.io
https://github.com/bskim45/ridiwise
readwise readwise-api readwise-highlights
Last synced: 2 months ago
JSON representation
Sync Ridibooks/Longblack notes to Readwise.io
- Host: GitHub
- URL: https://github.com/bskim45/ridiwise
- Owner: bskim45
- License: mit
- Created: 2024-07-21T10:54:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-23T17:01:26.000Z (3 months ago)
- Last Synced: 2026-03-24T13:49:37.066Z (3 months ago)
- Topics: readwise, readwise-api, readwise-highlights
- Language: Python
- Homepage: https://hub.docker.com/r/bskim45/ridiwise
- Size: 140 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ridiwise
Sync book/article highlights to Readwise.io
## Installation
### Docker
```bash
# Docker Hub (docker.io)
$ docker run --rm -it bskim45/ridiwise --help
# Github Container Registry (ghcr.io)
$ docker run --rm -it ghcr.io/bskim45/ridiwise --help
```
### Pip/Pipx
Prerequisites:
- Python 3.13 or later
- [Playwright](https://playwright.dev/python/docs/intro)
Install playwright:
```bash
# with pip
pip install playwright
# or with pipx
pipx install playwright
# install browser
playwright install chromium
```
Install ridiwise:
```bash
# with pip
pip install git+https://github.com/bskim45/ridiwise.git
# or with pipx
pipx install git+https://github.com/bskim45/ridiwise.git
```
## Usage
```bash
$ ridiwise --help
Usage: ridiwise [OPTIONS] COMMAND [ARGS]...
ridiwise: Sync book/article highlights to Readwise.io
(...)
```
## License
The code is released under the MIT license. See [LICENSE](LICENSE) for details.