mirror of
https://github.com/eggplants/fushin
synced 2026-01-15 04:51:47 +00:00
No description
|
|
||
|---|---|---|
| .github | ||
| docs | ||
| src | ||
| tests | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| .yamllint | ||
| fushin.nimble | ||
| LICENSE | ||
| nim.cfg | ||
| README.md | ||
| setup.cfg | ||
| setup.py | ||
fushin
<a alt=nimble-directory href=https://nimble.directory/pkg/fushin> <img height=20 src=https://raw.githubusercontent.com/yglukhov/nimble-tag/master/nimble.png /> <a alt=doc href=https://egpl.ga/fushin/fushin.html> <img src=https://github.com/eggplants/fushin/actions/workflows/pages/pages-build-deployment/badge.svg />
https://fushinsha-joho.co.jp/serif.cgi Downloader
Fetch fushinsha serif data and save as csv files.
Install
From Nim Packages
nimble install fushin
From GitHub
nimble install https://github.com/eggplants/fushin
From Source
git clone https://github.com/eggplants/fushin && cd fushin && nimble install
Usage
Try: fushin -b 2017 -e 2022
Help
$ fushin -h
Usage:
fushin [REQUIRED,optional-params]
Fetch fushinsha serif data and save as csv files. (Source: https://fushinsha-joho.co.jp/serif.cgi)
Options:
-h, --help print this cligen-erated help
--help-syntax advanced: prepend,plurals,..
-b=, --beginYear= int 2017 the beginning year
-e=, --endYear= int REQUIRED the ending year
-d=, --saveDir= string "csv" the directory to save csv files
-p, --printProgress bool true print logs for progress
License
MIT