Skip to content

jbsky/crunchyroll-api

Repository files navigation

module Crunchyroll API

Git repo : https://github.com/jbsky/crunchyroll-api

All information is https://github.com/hyugogirubato/API-Crunchyroll-Beta/wiki

WARNING: You MUST be a PREMIUM member to use this module!


Start

To give you an idea, it's possible to control this module with arguments.

python3 src/CrunchyrollAPI/crunchyrollapi.py -h

Identifiers are only mandatory for the 1st order, after which they are stored as JSON files.

python3 src/CrunchyrollAPI/crunchyrollapi.py -u USENAME -p PASSWORD --subtitle SUBTITLE --subtitle-fallback SUBTITLE_FALLBACK

This is what the API does

  • Everything is automatically tested by pytest.
  • Login with your account
  • Return list of seasons tag (format list str)
  • Return list of seasons tag (format list item)
  • Return list of categories (format list str)
  • Return list of categories (format list item)
  • Return episode for one season
  • Search for series by string
  • Search for episode by string
  • Return episodes by season id
  • Return seasons by series id