Skip to main content

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

Project description

SuperAnime

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

Installation:

pip install superanime

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.7.tar.gz (1.7 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: superanime-0.0.7.tar.gz
  • Upload date:
  • Size: 1.7 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.7.tar.gz
Algorithm Hash digest
SHA256 ac485ad5fce499a5d16403be5a66829bc2818887e28723910bf78b3a42d679e2
MD5 861767b0f51d7c29670193bbbdbaf15a
BLAKE2b-256 905421c30f800b840f6b29cf1bd539a230741407e815c97e1a75ba33fdcf91fc

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