Skip to content
Kevin L edited this page Jan 3, 2023 · 8 revisions

Welcome to the AnilistPython wiki!

alt text

example workflow downloads licence Test

Version 1.0.0 Overview (Stable Release)

AnilistPython v1.0.0 is the first stable release of the AnilistPython library. (Finally!)

In this release, a number of previous features have been updated and optimized for efficiency and modularity. A handful of new features have been also added to the library as well. The current version of AnilistPython has two submodules (Anilist and AnimeDB), supporting both online and offline data look up and retrieval.

Anilist (supported by Anilist APIv2)
  - Anime
      - Search by id
      - Search by name
          - normal/deepsearch
      - Terminal support (print anime info) 
  - Manga
      - Search by id
      - Search by name
      - Terminal support (print managa info)
  - Character
      - Search by id
      - Search by name
      - Terminal support (print character info)

AnimeDB
  - Anime
    - Search by id
    - Search by name
    - Search by release year
    - Search by season
    - Utility functions (database update)
Clone this wiki locally