An open API service indexing awesome lists of open source software.

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

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.