Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

🦊 Grab seasonal shows using Kitsu

License

Notifications You must be signed in to change notification settings

wopian/kitsu-season-grabber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Season Grabber

Github Rl Travis David

Grab the titles from any season using Kitsu

Requirements

  • git 2.0.0 or newer
  • node.js 7.0.0 or newer
  • yarn 0.21.0 or newer (optional)

Setup

  1. Download source code:

    git clone https://github.com/wopian/kitsu-season-grabber.git
    cd kitsu-season-grabber
  2. Install dependencies:

    yarn
    # or
    npm i
  3. Run the script:

    yarn start winter 2017
    # or
    npm start winter 2017

Parameters

npm start <season> <year> <subtype>

<season>

  • Allowed: winter, spring, summer or fall
  • Default: winter

<year>

  • Allowed: 1907 to next year
  • Default: 2017

<subtype>

  • Allowed: tv, special, ova, ona, movie or music
  • Default: tv

Releases

See CHANGELOG

License

All code released under the MIT license