A Simple, LightWeight, Statically-Typed Python3 API wrapper for GogoAnime
Project description
AniKimi API
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...
Features of AniKimi
- Custom url changing option.
- Statically-Typed, No more annoying JSON responses.
- Autocomplete supported by most IDE's.
- Complete solution.
- Faster response.
- Less CPU consumption.
For full usage instructions, Head over to the GitHub Page.
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
anikimiapi-0.1.4.tar.gz
(21.8 kB
view details)
File details
Details for the file anikimiapi-0.1.4.tar.gz
.
File metadata
- Download URL: anikimiapi-0.1.4.tar.gz
- Upload date:
- Size: 21.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4add8e54629da707abdfbbbbc7239a87bb647b1d6d40fb1b9c243d0da9cac438 |
|
MD5 | 7b0906966ec13bbbcf124e9dc93b231e |
|
BLAKE2b-256 | c18cdf9be672c1e5965a75aedc3ac5c9b90e4277f8eaec6e9f3d59307848b8ab |