pyanilist 0.5.2

Creator: bradpython12

Last updated:

Add to Cart

Description:

pyanilist 0.5.2

Simple AniList API wrapper to fetch media data












Table Of Contents

About
Installation
Docs
License

About

Supports both sync and async.
Only supports querying the Media type.

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

Usage
from pyanilist import AniList

media = AniList().get("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 Unlicense License. See UNLICENSE for more information.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.