A Simple, LightWeight, Statically-Typed Python3 API wrapper for GogoAnime
The v2 of gogoanimeapi (depreciated)
Made with JavaScript and Python3
from anikimiapi import AniKimi
anime = AniKimi(
gogoanime_token="dbakbihihrkqnk3",
auth_token="EKWBIH4NJTO309U4HKTHI39U9TJ5OJ0UU5J9"
)
# Getting Anime Links
anime_link = anime.get_episode_link(animeid="clannad-dub", episode_num=3)
print(anime_link.link_hdp)
print(anime_link.link_720p)
print(anime_link.link_streamsb) # And many more...
- Custom url changing option.
- Statically-Typed, No more annoying JSON responses.
- Autocomplete supported by most IDE's.
- Complete solution.
- Faster response.
- Less CPU consumption.