Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ethan-butler-alight/readwise2anki

An Anki plugin used to export Readwise highlights to Anki
https://github.com/ethan-butler-alight/readwise2anki

Last synced: 3 months ago
JSON representation

An Anki plugin used to export Readwise highlights to Anki

Awesome Lists containing this project

README

        

# readwise2anki

## Development Prerequisites

1. Python 3.12 w/ pip
2. Pipenv

## Getting Started with Development

1. `git clone https://github.com/ethan-butler-alight/readwise2anki.git`
2. `pipenv install`
3. `pipenv shell`
4. Create a `src\readwise2anki\config.json` file with the contents

```
{
"API_KEY": ""
}
```

5. Create a symlink pointing `src\readwise2anki` to your Anki addons folder

6. `python runanki.py`