Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m4tx/jisho-scraper
Jisho scraper capable of outputting search results to CSV or Anki
https://github.com/m4tx/jisho-scraper
anki japanese
Last synced: 25 days ago
JSON representation
Jisho scraper capable of outputting search results to CSV or Anki
- Host: GitHub
- URL: https://github.com/m4tx/jisho-scraper
- Owner: m4tx
- License: mit
- Created: 2021-01-25T16:48:17.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-15T22:27:36.000Z (over 2 years ago)
- Last Synced: 2024-09-28T22:08:14.700Z (about 1 month ago)
- Topics: anki, japanese
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jisho-scraper
Jisho scraper capable of outputting search results to CSV or Anki.
## Requirements
* Python 3.7+
## Installation
```shell
pip install jisho-scraper
```## Usage
```
jisho-scraper [-h] [--csv PATH] [--tsv PATH] [--anki DECK] search_keyword
```CSV/TSV exports the search results in "kanji,kana,meaning" form.
Anki exporting feature requires [AnkiConnect](https://foosoft.net/projects/anki-connect/) to be installed with default settings (listening on `http://localhost:8765`). The app assumes that the there are `jisho-scraper (kanji + kana + meaning)` and `jisho-scraper (kana + meaning)` Anki note types available with `Kanji`, `Kana`, and `Meaning` fields.