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.3.tar.gz
(2.6 kB
view details)
Built Distributions
anilistpy-0.0.1.3-py3.8.egg
(5.6 kB
view details)
File details
Details for the file anilistpy-0.0.1.3.tar.gz
.
File metadata
- Download URL: anilistpy-0.0.1.3.tar.gz
- Upload date:
- Size: 2.6 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 | db8ff1c970d290a1ef054aea2186f975f2c6de2ec992ed1b126a74210702fd7a |
|
MD5 | 0d52f796d8efe005ea689d25597cc225 |
|
BLAKE2b-256 | 486e49c142078f6ebb2be4a44a058afea48a20544cb0a4ab6bd813fd5a543556 |
File details
Details for the file anilistpy-0.0.1.3-py3.8.egg
.
File metadata
- Download URL: anilistpy-0.0.1.3-py3.8.egg
- Upload date:
- Size: 5.6 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 | b04caf2dd0707edbaac94ec8856fa437217df8978bbd03ec5c2959db661e32f1 |
|
MD5 | 2e6dcac878dde78cd7500f776ba5900f |
|
BLAKE2b-256 | 2ce1293b4f6197172a6c9b1f9ee4211a2997cc22b8ea3cf383431643174b94b5 |
File details
Details for the file anilistpy-0.0.1.3-py3-none-any.whl
.
File metadata
- Download URL: anilistpy-0.0.1.3-py3-none-any.whl
- Upload date:
- Size: 3.5 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 | d07e2d3c15e5ac5aadba96dd774cbc826b3573d9d51bd66b44cdeace281df579 |
|
MD5 | 66889ea536d64810a9a0c28a8e06130b |
|
BLAKE2b-256 | cdbefa9fbc86407336aa78ea9cc3b0bb2596bec61be00991c7bad6d9b41eacfb |