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.3.tar.gz (14.7 kB view details)

Uploaded Source

Built Distribution

animeworld-1.6.3-py3-none-any.whl (19.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: animeworld-1.6.3.tar.gz
  • Upload date:
  • Size: 14.7 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.3.tar.gz
Algorithm Hash digest
SHA256 76f7e698d1b7b74ec2b1822ef0a49abffb6e6979926f5fc104d964f714116f54
MD5 339e3202938bdb5caf5b1d11115315be
BLAKE2b-256 c179b76e1d683868c35dab3c859d6f07dfe9fd3d1ea7637b57b66b3809d0e7ab

See more details on using hashes here.

File details

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

File metadata

  • Download URL: animeworld-1.6.3-py3-none-any.whl
  • Upload date:
  • Size: 19.8 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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 2e7e2f884d4e92f410375568eb3fa8aec55c9302ce338b54188df7d8f1eaf4ae
MD5 881c71ba8cd4b2d3acd11dc892b594b9
BLAKE2b-256 5931c42cb0af6bc1d2fd4b03b9f2fb74fded807c5a975d5bed24d0c6ee0ad318

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