A wrapper for anilist.
Project description
Installing
apt install git
apt install python3
apt install python3-pip
git clone https://github.com/Drum3X/Simple-Python-Anilist-Api.git
pip3 install -r requirements.txt
How To Use
Sync Import
from <api file name> import SyncClient
Async Import
from <api file name> import AsyncClient
Functions
client = SyncClient()
client.get_anime(search = "Youkoso Jitsuryoku", page = 1) #page is result number
client.get_manga(search = "Youkoso Jitsuryoku", page = 1)
client.get_character(search = "Arisu Sakayanagi", page = 1)
client.get_anime_with_id(id = 98659)
client.get_manga_with_id(id = 96798)
client.get_character_with_id(id = 124691)
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
anirisuto-1.0.0.tar.gz
(10.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
Anirisuto-1.0.0-py3-none-any.whl
(16.0 kB
view details)
File details
Details for the file anirisuto-1.0.0.tar.gz.
File metadata
- Download URL: anirisuto-1.0.0.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37ed28f82b2d9a60da6a6a041866b6cb3f389c6fa690aed4e73f38b57eac212c
|
|
| MD5 |
44856250c61193e3deaa77734f16d124
|
|
| BLAKE2b-256 |
b2992e6a4e5470a1f4f8eb1b94f8e6cf351e63b5c7282a31b780bfcf6c83999e
|
File details
Details for the file Anirisuto-1.0.0-py3-none-any.whl.
File metadata
- Download URL: Anirisuto-1.0.0-py3-none-any.whl
- Upload date:
- Size: 16.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c2da10a26f555a18f5f0f752f13a915834925ee42e2cd9c494d667119c560be
|
|
| MD5 |
8183c54fde56e1de2d1a20b25aea2910
|
|
| BLAKE2b-256 |
87b9df9bd15766a97034ac10c4c3e741abae01203b356af67462d19b867f9dfc
|