AnimeWorld-API
AnimeWorld-API is an unofficial library for AnimeWorld (Italian anime site).
Installazione
Questa libreria richiede Python 3.7 o superiore.
È Possibile installarare la libreria tramite pip:
pip install animeworld
Utilizzo
Per ricercare un anime per nome nel sito di animeWolrd è possibile usare la funzione find().
import animeworld as aw
res = aw.find("No game no life")
print(res)
La funzione estituirà un dizionario contentente per chiave il nome dell'anime e per valore il link della pagina di animeworld.
{'name': 'No Game no Life', 'link': 'https://www.animeworld.so/play/no-game-no-life.IJUH1', ...}
È Possibile anche scaricare gli episodi di un anime.
import animeworld as aw
anime = aw.Anime(link="https://www.animeworld.so/play/danmachi-3.Ydt8-")
for episodio in anime.getEpisodes():
print("Episodio Numero: ", episodio.number)
if(episodio.download()):
print("scaricato")
else:
print("errore")
if x.number == '1': break
Episodio Numero: 1
scaricato
Documentazione
La documentazione completa è disponibile qui: Documentazione
Per una panoramica di tutte le nozioni di base, vai alla sezione QuickStart
Per argomenti più avanzati, vedere la sezione Advanced Usage
La sezione API Reference fornisce un riferimento API completo.
Se vuoi contribuire al progetto, vai alla sezione Contributing
Star History
Release files for animeworld 1.6.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| animeworld-1.6.4.tar.gz | 14.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| animeworld-1.6.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 35.1 kB
Release files / animeworld-1.6.4.tar.gz
| Download URL | animeworld-1.6.4.tar.gz |
|---|---|
| Size | 14.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5bf19a3d48c9b33843f21e8155b50814bc4f81acca253924d357b4049bc9f955
|
|
BLAKE2b-256 checksum How to use checksums |
45257d3e6be9f1a0c877483adf06a35a3efcb0105c979a60d6de494da2047d04
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.4
|
Release files / animeworld-1.6.4-py3-none-any.whl
| Download URL | animeworld-1.6.4-py3-none-any.whl |
|---|---|
| Size | 20.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
efc94cc1d847ad6a7e13e30a7fabbe3bb9bcee3dd80d91e0041d20b06854208c
|
|
BLAKE2b-256 checksum How to use checksums |
3a671dd060ee54f2c92b63f8a9c62237a2ab109b8fc3d53d1fa52e49b681138f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.4
|