Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

anilistwrappy

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anilistwrappy

An API Wrapper for Official Anilist.co GraphQL API

  • 0.0.16
  • PyPI
  • Socket score

Maintainers
1

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!



License

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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc