Skip to main content

AnimeWorld UNOFFICIAL API

Project description

AnimeWorld

AnimeWorld-API

Version Activity Publish to PyPI Deploy MkDocs

PyPI - Downloads PyPI - Downloads PyPI - Downloads

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

Star History Chart

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

animeworld-1.6.4.tar.gz (14.9 kB view details)

Uploaded Source

Built Distribution

animeworld-1.6.4-py3-none-any.whl (20.2 kB view details)

Uploaded Python 3

File details

Details for the file animeworld-1.6.4.tar.gz.

File metadata

  • Download URL: animeworld-1.6.4.tar.gz
  • Upload date:
  • Size: 14.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for animeworld-1.6.4.tar.gz
Algorithm Hash digest
SHA256 5bf19a3d48c9b33843f21e8155b50814bc4f81acca253924d357b4049bc9f955
MD5 df5b4171529e30bc17651a6041b3bcc3
BLAKE2b-256 45257d3e6be9f1a0c877483adf06a35a3efcb0105c979a60d6de494da2047d04

See more details on using hashes here.

File details

Details for the file animeworld-1.6.4-py3-none-any.whl.

File metadata

  • Download URL: animeworld-1.6.4-py3-none-any.whl
  • Upload date:
  • Size: 20.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for animeworld-1.6.4-py3-none-any.whl
Algorithm Hash digest
SHA256 efc94cc1d847ad6a7e13e30a7fabbe3bb9bcee3dd80d91e0041d20b06854208c
MD5 e7ba462735e4ad5db5c4ff45cd2e98ed
BLAKE2b-256 3a671dd060ee54f2c92b63f8a9c62237a2ab109b8fc3d53d1fa52e49b681138f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page