This tool downloads the anime and character data from Kitsu. Linked Data can then be generated from this data via the corresponding rules.
- Clone this repo
- Navigate into the folder:
cd kitsu-downloader
- Install Node dependencies:
npm i
- Link the bin:
npm link
The tool takes the following arguments
-V, --version
: output the version number-e, --entity [entity]
: Choose between "anime" and "character"-s, --start [start]
: Number of start page-t, --stop [stop]
: Number of stop page-o, --output [output]
: Path to output folder (default: "")-v, --verbose
: Make the application more talkative-h, --help
: output usage information
When you execute kitsu-downloader -e anime -s 0 -t 199 -o test
,
the first 200 pages of anime data will be downloaded and the 200 files will be put in the folder test
.
2018 Between Our Worlds, MIT License