Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ethan-butler-alight/readwise2anki
- Owner: ethan-butler-alight
- Created: 2023-04-26T19:23:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-08T23:22:48.000Z (6 months ago)
- Last Synced: 2024-05-09T00:29:39.877Z (6 months ago)
- Language: Python
- Size: 208 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`