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
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.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.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
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.2.tar.gz
(2.4 kB
view details)
Built Distribution
File details
Details for the file anilistpy-0.0.1.2.tar.gz
.
File metadata
- Download URL: anilistpy-0.0.1.2.tar.gz
- Upload date:
- Size: 2.4 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 | 8c013f17392235cf505ac652ddf4c1fd44e120a1ac0db23472d0f76fc0868169 |
|
MD5 | 9d4909157e48f74bb1bbac0dcf541d14 |
|
BLAKE2b-256 | 2cef566aad2df2b90e1b260457666f4834501b0d317968ed263d1d9f02623185 |
File details
Details for the file anilistpy-0.0.1.2-py3-none-any.whl
.
File metadata
- Download URL: anilistpy-0.0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.1 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 | 14f8da6e0a780007063b3e51604d32d3f74a8b2c5f3724f604cd997d16e44c5c |
|
MD5 | 4176f2838637bfb360201a0faafff87b |
|
BLAKE2b-256 | 7a3170e341c94163e7e55b3c742e0a56a76b1e827cbc9a5d10354af91ccade0a |