Metadata-Version: 2.1
Name: wallabag2readwise
Version: 1.1.1
Summary: Push wallabag annotations to Readwise highlights
Home-page: https://github.com/rwxd/wallabag2readwise
Author: rwxd
Author-email: rwxd@pm.me
License: MIT
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer (==0.7.0)
Requires-Dist: rich (==12.6.0)
Requires-Dist: requests (==2.28.1)
Requires-Dist: ratelimit (==2.2.1)
Requires-Dist: backoff (==2.2.1)

# wallabag2readwise

## Description

Pushes wallabag annotations from entries to Readwise highlights.

## Installation

```bash
python3 -m pip install wallabag2readwise
```

or with [pipx](https://github.com/pypa/pipx)

```bash
pipx install wallabag2readwise
```

## Usage

### Commands

```bash
wallabag2readwise
```

### Configuration

Get a new Readwise API Token from [this url](https://readwise.io/access_token).

Create a new wallabag API client in your instance <https://my-wallabag.com/developer/client/create>.

#### ENV Vars

```bash
READWISE_TOKEN=''
WALLABAG_URL=''
WALLABAG_USER=''
WALLABAG_PASSWORD=''
WALLABAG_CLIENT_ID=''
WALLABAG_CLIENT_SECRET=''
```

#### CLI Options

Secrets can also be used with cli options.

All cli options can be viewed with `wallabag2readwise --help`
