Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/etbutler/readwise2anki
An Anki plugin used to export Readwise highlights to Anki
https://github.com/etbutler/readwise2anki
Last synced: 2 months ago
JSON representation
An Anki plugin used to export Readwise highlights to Anki
- Host: GitHub
- URL: https://github.com/etbutler/readwise2anki
- Owner: etbutler
- Created: 2023-04-26T19:23:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-12T23:39:19.000Z (2 months ago)
- Last Synced: 2024-11-13T00:26:07.837Z (2 months ago)
- Language: Python
- Size: 352 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-readwise - readwise2anki - An Anki plugin to export Readwise highlights to Anki decks. (Tools / Anki)
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`