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
Release history Release notifications | RSS feed
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.1.tar.gz
(1.6 kB
view details)
File details
Details for the file superanime-0.0.1.tar.gz.
File metadata
- Download URL: superanime-0.0.1.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14e7794d290fa90ed61f9b52c06a7ea8a3e3fd0d1e0e1fd2ccc8591745fb69fe
|
|
| MD5 |
1f08aa96132392ff67bc2dd4c5eff9d9
|
|
| BLAKE2b-256 |
63da619c8d3cddfe2aa0456ff71f770f4710497dff48b15a498b8d42c55fee23
|