Skip to main content

A small unofficial AniList API wrapper made for python

Project description

Basic examples

Anime search

from nino import Client

with Client() as client:
    paginator = client.anime_search("Overlord")
    print(paginator.animes)

Character search

from nino import Client

with Client() as client:
    paginator = client.character_search("Nino")
    print(paginator.characters)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nino-0.2.0.tar.gz (7.7 kB view hashes)

Uploaded Source

Built Distribution

nino-0.2.0-py3-none-any.whl (10.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page