Skip to content

MoonlightGroup/anime.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anime.py

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

Installation:

pip install anime.py

Example Usage:

import asyncio

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

gif_res = AnimeGif(
    bucket=SfwGif.KISS,
    as_dict=True
)

search_res = asyncio.run(
    AnimeSearch(
        query="Naruto Shippuuden",
        type=SearchType.ANIME
    )
)

print(gif_res) # Anime Gif Result

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published