https://github.com/grobmeier/wanikani2anki
WaniKani -> Anki Exporter for the command line.
https://github.com/grobmeier/wanikani2anki
Last synced: 11 months ago
JSON representation
WaniKani -> Anki Exporter for the command line.
- Host: GitHub
- URL: https://github.com/grobmeier/wanikani2anki
- Owner: grobmeier
- Created: 2018-09-27T10:01:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-16T20:30:03.000Z (over 7 years ago)
- Last Synced: 2025-06-13T04:05:53.762Z (12 months ago)
- Language: PHP
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wanikani2anki
WaniKani -> Anki Exporter for the command line.
## Install
git clone this repository.
Make sure you have PHP installed. Recent PHP versions should do.
Make sure you have composer installed:
https://getcomposer.org/doc/00-intro.md#manual-installation
Run: composer install
Run: bin/import init
To export Kanji of a specific level, run:
bin/import kanji --level=8
To export leeches, run:
bin/import leeches
You should find kanji.csv or leeches.csv in your working directory.
To import it to Anki, please make sure you have "enable HTML" checked!