API wrapper for anilist.co
Project description
Anilistpy
An easy to use wrapper for anilist.co APIv2
pip install anilistpy
note: this wraper is in very early stage and more features are to come.
Documenation on the the gh-page
example 1
import anilistpy # pip install anilistpy
id = 1 #id of the anime
anime = anilistpy.Anime(id)
print(anime.title()) #prints the romaji title of the anime
print(anime.episodes()) #prints the ammount of episodes of the anime
print(anime.description()) #prints the description
print(anime.genres()) #list of genres the anime falls under
print(anime.tags()) #dict of tags this anime has on anilist
print(anime.studios()) #name of studios involved
mid = 30013 #id of manga
manga = anilistpy.Manga(mid)
print(manga.title()) #prints the romaji title of the manga
print(manga.chapters()) #prints the ammount of chapters in the manga
print(manga.description()) #prints the description
print(manga.genres()) #list of genres the manga falls under
print(manga.tags()) #dict of tags this manga has on anilist
print(manga.staffs()) #name of staffs involved
example 2
import anilistpy
result = anilistpy.animeSearch("cowboy bebop") # search query
print(result.id(0)) # id(x) where id is from the xth result from the search query
print(result.title(0)) # title(x) where title is from the xth result from the search query
result = anilistpy.mangaSearch("chainsaw man") # search query
print(result.id(0)) # id(x) where id is from the xth result from the search query
print(result.title(0)) # title(x) where title is from the xth result from the search query
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
anilistpy-0.0.1.4.3.tar.gz
(4.1 kB
view details)
Built Distribution
File details
Details for the file anilistpy-0.0.1.4.3.tar.gz
.
File metadata
- Download URL: anilistpy-0.0.1.4.3.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.21.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87fe7cfbd47321280d70073e3e1f8e1f63937d3ac9c891f9d23d319060476870 |
|
MD5 | 4ad094796eed7c6f6a188b57c9c90e44 |
|
BLAKE2b-256 | 783267d5c028856932453dfee20c22b31f43d6a203df4d003014d999dd8fb5eb |
File details
Details for the file anilistpy-0.0.1.4.3-py3-none-any.whl
.
File metadata
- Download URL: anilistpy-0.0.1.4.3-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.21.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a5a019d1ca21a113898e97371fd5b3a707894798c98442d2db716da35e79a2a |
|
MD5 | 86b6fda03501aca0ad1bfe4a564c8a47 |
|
BLAKE2b-256 | 914ff44c3007236cbe589e94e3e9f7edf95c09c940e9962fab1b7caecb1e9cd7 |