https://github.com/eggplants/fushin
https://fushinsha-joho.co.jp/serif.cgi Downloader
https://github.com/eggplants/fushin
Last synced: 7 months ago
JSON representation
https://fushinsha-joho.co.jp/serif.cgi Downloader
- Host: GitHub
- URL: https://github.com/eggplants/fushin
- Owner: eggplants
- License: mit
- Archived: true
- Created: 2022-07-03T00:05:41.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-24T16:39:55.000Z (about 3 years ago)
- Last Synced: 2024-05-01T17:39:15.042Z (over 2 years ago)
- Language: Nim
- Homepage: https://egpl.dev/fushin/fushin.html
- Size: 922 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fushin
[](
) [](
) [](
)
Downloader
Fetch fushinsha serif data and save as csv files.
## Install
### From Nim Packages
```bash
nimble install fushin
```
### From GitHub
```bash
nimble install https://github.com/eggplants/fushin
```
### From Source
```bash
git clone https://github.com/eggplants/fushin && cd fushin && nimble install
```
## Usage
Try: `fushin -b 2017 -e 2022`
### Help
```shellsession
$ 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