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.
Release files for anikimiapi 0.1.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| anikimiapi-0.1.4.tar.gz | 21.8 kB | Details |
Release files / anikimiapi-0.1.4.tar.gz
| Download URL | anikimiapi-0.1.4.tar.gz |
|---|---|
| Size | 21.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4add8e54629da707abdfbbbbc7239a87bb647b1d6d40fb1b9c243d0da9cac438
|
|
BLAKE2b-256 checksum How to use checksums |
c18cdf9be672c1e5965a75aedc3ac5c9b90e4277f8eaec6e9f3d59307848b8ab
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|