Skip to content

buzzbyte/python-animethemes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-animethemes

A Python wrapper for AnimeThemes.moe API (incomplete). Still a work-in-progress at the moment and subject to change.

Currently uses API endpoints at https://staging.animethemes.moe/api

Usage

from animethemes import AnimeThemes

themes = AnimeThemes()

# Search for anime, themes, artists, etc.
search_result = themes.search("Bakemonogatari")
print(search_result.anime[0].name) # Bakemonogatari
print(search_result.themes[1].slug) # OP2

# Look up individual anime, themes, artists, etc.
anime_result = themes.anime("bakemonogatari")
print(anime_result.name) # Bakemonogatari

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages