Skip to main content

The best package in Python to get anime information and anime gifs!

Project description

Anime.py

The best package in Python to get anime information and anime gifs!

Installation:

python3 pip install anime.py

Example Usage:

import asyncio

from superanime import (
    AnimeGif, AnimeSearch,
    SfwGif, SearchType
)

gif_res = AnimeGif(
    bucket=SfwGif.KISS, # Also works with strings!
    as_dict=True # If you want to send a dict with additional info like anime name. Default to 'True'
)

search_res = asyncio.run(
    AnimeSearch(
        query="spy x family", # The query to search in kitsu.io
        type=SearchType.ANIME # The type of search you want to search for. ('ANIME' or 'MANGA') If none provided the anime type will be searched.
    )
)

print(gif_res) # Anime Gif Result

print(search_res[0]["attributes"]["titles"]) # Anime Search Result

Functions:

superanime.AnimeGif(bucket, as_dict=True) -> dict
superanime.AnimeSearch(query, type=None) -> list```

* ~ Made by Noraa08 for MoonlightGroup*

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

superanime-0.0.6.tar.gz (1.6 kB view details)

Uploaded Source

File details

Details for the file superanime-0.0.6.tar.gz.

File metadata

  • Download URL: superanime-0.0.6.tar.gz
  • Upload date:
  • Size: 1.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.8

File hashes

Hashes for superanime-0.0.6.tar.gz
Algorithm Hash digest
SHA256 2cdae7e0658c1ae989342b120fec3514d837cf1f22f873229752d0c76061db90
MD5 afc7d1323e1a9e7102c3bbad2bd2de4e
BLAKE2b-256 6ebd9e7c0d7593413a729b1653c2bd5b6f72e710e32ff100c558f88dd6e3e269

See more details on using hashes here.

Supported by

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