Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkroening/marugoto-scraper
A scraper for MARUGOTO-NO-KOTOBA
https://github.com/mkroening/marugoto-scraper
anki japanese marugoto
Last synced: 16 days ago
JSON representation
A scraper for MARUGOTO-NO-KOTOBA
- Host: GitHub
- URL: https://github.com/mkroening/marugoto-scraper
- Owner: mkroening
- License: gpl-3.0
- Created: 2021-04-27T13:23:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-05T16:36:06.000Z (over 3 years ago)
- Last Synced: 2024-11-06T06:48:11.508Z (2 months ago)
- Topics: anki, japanese, marugoto
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Marugoto Scraper
This script scrapes [MARUGOTO-NO-KOTOBA](https://words.marugotoweb.jp). The
extracted words and their audio files are being converted into
[Anki](https://apps.ankiweb.net/) Notes and being saved as
`Pacakged Anki Deck/Collection` (`.apkg`).## Usage
Run the script with:
```bash
$ pipenv install
$ pipenv run python marugoto_scraper/marugoto_scraper.py
```It will create the following files:
```bash
MARUGOTO-NO-KOTOBA-${lang}.apkg
media/
${level}W_${rawAudioIDs}.mp3
```Import `MARUGOTO-NO-KOTOBA-${lang}.apkg` in anki.
## License
[GPL3](LICENSE.md)