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

Uploaded Source

File details

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

File metadata

  • Download URL: superanime-0.0.12.tar.gz
  • Upload date:
  • Size: 3.4 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.12.tar.gz
Algorithm Hash digest
SHA256 fc01f4e39061d207cb9bd1337a7aa1ae7785e643b5cfe8231141e4c1c6bfe0c7
MD5 4163a5043f8c28afbffc1bc2fe69954f
BLAKE2b-256 b73cc1ce19ffa066e92899dbbca0af0a406fc2c60a2a63d6e58f9cacf69ca703

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