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

Uploaded Source

File details

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

File metadata

  • Download URL: superanime-0.0.9.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.9.tar.gz
Algorithm Hash digest
SHA256 a3b6c1eb9133cf0992c604847a0ebf1c432aa2ac2767f5a0adcf7476d6841cfe
MD5 314f016b49459062426398d0c63cc43c
BLAKE2b-256 e4c290b9f74ddc68a203eb575bd4375c3f677e8010e73aeb1a9a99589205d6a7

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