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.1.tar.gz
(3.2 kB
view details)
Built Distributions
anilistpy-0.0.1.4.1-py3.8.egg
(10.7 kB
view details)
File details
Details for the file anilistpy-0.0.1.4.1.tar.gz
.
File metadata
- Download URL: anilistpy-0.0.1.4.1.tar.gz
- Upload date:
- Size: 3.2 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 | 08b2cb1a98d44a274fca0993de0c88201ab1fd836e2bb629ffb263d04f7aa18d |
|
MD5 | 7c738ff4f5a1f9edc80c26f2bc3adbcd |
|
BLAKE2b-256 | 50e4507fc3f2d180e11e021d5b9a4b8fb66304860c8c77925e9f6dd956a23335 |
File details
Details for the file anilistpy-0.0.1.4.1-py3.8.egg
.
File metadata
- Download URL: anilistpy-0.0.1.4.1-py3.8.egg
- Upload date:
- Size: 10.7 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 | 31004eec4b5f7a478a3334649b8b99fa2045e7b4331de5df74b5477de1008aed |
|
MD5 | 8277259470d5dd23409c9c791e4faf66 |
|
BLAKE2b-256 | f770bb7e534c998da9113045835979162ec75319f0be6bd1730e72beb5890ca1 |
File details
Details for the file anilistpy-0.0.1.4.1-py3-none-any.whl
.
File metadata
- Download URL: anilistpy-0.0.1.4.1-py3-none-any.whl
- Upload date:
- Size: 5.2 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 | 884163b63ae1259a81cd2292e6941611f12521567d7dc5846185e210cedb0bf9 |
|
MD5 | e2582950deab510fcc326f211025f4af |
|
BLAKE2b-256 | 7943407ad188dc1ab907e02aa07de810cadeed59a88e4c11f85510a5262091b1 |