Skip to main content

An API Wrapper for Official Anilist.co GraphQL API

Project description

anilistWrapPY

Name: anilistWrapPY
Version: v0.0.15
Edit: 23 May 2022
By: Dank-del (Sayan Biswas) (C)


downloads ver

anilistWrapPY is an unofficial python wrapper for anilist API.

Table of contents


Supported python versions

This library, needs python 3.7 or higher version to be installed.


Features

  • Uses official anilist API endpoints, which makes this library:
    • Easy to update
    • Guaranteed to match the docs
    • No third party endpoints
    • No need to serialize and deserialize data outside of library
  • It's in pure python, no need to install any kind of plugin or include any kind of additional files.
  • It uses GraphQL to fetch data on AniList servers. The AniList GraphQL API provides quick and powerful access to over 500k anime and manga entries, including character, staff, and live airing data.
  • Anilist Client: Using a client makes it easier to fetch every type of data you want from the servers. You only need to import client and you are ready to go!

Getting started

You can easily download the library with the standard pip install command:

pip install anilistWrapPY

You may want to visit our pypi page here.


How to use

Airing

>>> from anilistWrapPY import aniWrapPYClient
>>> c = aniWrapPYClient()
>>> c.Airing("The Detective Is Already Dead")

Anime

>>> from anilistWrapPY import aniWrapPYClient
>>> c = aniWrapPYClient()
>>> c.Anime("Kanojo mo kanojo")

Character

>>> from anilistWrapPY import aniWrapPYClient
>>> c = aniWrapPYClient()
>>> c.Character("Rin tohsaka")

Manga

>>> from anilistWrapPY import aniWrapPYClient
>>> c = aniWrapPYClient()
>>> c.Manga("Classroom of the elite")

Media

>>> from anilistWrapPY import aniWrapPYClient
>>> c = aniWrapPYClient()
>>> c.Media("Talentless Nana")

User

>>> from anilistWrapPY import aniWrapPYClient
>>> c = aniWrapPYClient()
>>> c.User("mimiee")

Support and Contributions

  • If you think you have found a bug or have a feature request, feel free to use our issue tracker. Before opening a new issue, please search to see if your problem has already been reported or not. Try to be as detailed as possible in your issue reports.

  • If you need help using AniList APIs or have other questions about this library, we suggest you to join our telegram community. Please do not use the GitHub issue tracker for personal support requests.

  • Having a problem with library? Wanna talk with repository's owner? Contact the Maintainer!

  • Want to have a cool multi-purpose Telegram bot in your groups? You can add Nana[ナナ] with full features of AniList API!


Links


License

The anilistWrapPY project is under the Unlicense. You can find the license file here.

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

anilistwrappy-0.0.16.tar.gz (9.2 kB view hashes)

Uploaded Source

Built Distribution

anilistwrappy-0.0.16-py3-none-any.whl (17.3 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