SkillAgentSearch skills...

Pyanilist

A Python wrapper for the AniList API

Install / Use

/learn @Ravencentric/Pyanilist
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<br/> <p align="center"> <a href="https://github.com/Ravencentric/pyanilist"> <img src="https://raw.githubusercontent.com/Ravencentric/pyanilist/main/docs/assets/logo.png" alt="Logo" width="400"> </a> <p align="center"> A Python wrapper for the AniList API. </p> </p> <div align="center">

PyPI - Version PyPI - Python Version License PyPI - Types

GitHub Workflow Status (with event) GitHub Actions Workflow Status codecov

</div>

Installation

pyanilist is available on PyPI, so you can simply use pip to install it.

pip install pyanilist

Usage

from pyanilist import AniList

with AniList() as anilist:
    media = anilist.get_media("My Hero Academia")
    print(media.title.romaji)
    #> Boku no Hero Academia
    print(media.site_url)
    #> https://anilist.co/anime/21459
    print(media.episodes)
    #> 13

Docs

Checkout the complete documentation here.

License

Distributed under the MIT License. See LICENSE for more information.

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated1mo ago
Forks0

Languages

Python

Security Score

90/100

Audited on Feb 28, 2026

No findings