Skip to main content

AnimeWorld UNOFFICIAL API

Project description

AnimeWorld

AnimeWorld-API

Download Publish to PyPI

AnimeWorld-API is an unofficial library for AnimeWorld (Italian anime site).

Installazione

Questa libreria richiede Python 3.6 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.

{
    'No Game no Life': 'https://www.animeworld.tv/play/no-game-no-life.IJUH1',
    'No Game No Life: Zero': 'https://www.animeworld.tv/play/no-game-no-life-zero.p-2vq'
}

È Possibile anche scaricare gli episodi di un anime.

import animeworld as aw

anime = aw.Anime(link="https://www.animeworld.tv/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

Utilizzo Avanzato

Per testare velocemete le funzionalità della libreria è possibile usare consultare il file di esempio: example.py.

Per un utilizzo avanzato consultare la documentazione.

Per l'accesso al codice sorgente, alla documentazione e agli esempi andare qui.

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

Uploaded Source

Built Distribution

animeworld-1.4.5-py3-none-any.whl (7.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: animeworld-1.4.5.tar.gz
  • Upload date:
  • Size: 6.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.2

File hashes

Hashes for animeworld-1.4.5.tar.gz
Algorithm Hash digest
SHA256 97c8caf3620f4cc683512f994cdfe3002958313b40810ceab32474ad5590e503
MD5 867fe52208dcf34f6c250d2e56a56484
BLAKE2b-256 acab42471a1fec4d82e3f9268ff3f403961dc11a816476cdad04172d41e859e3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: animeworld-1.4.5-py3-none-any.whl
  • Upload date:
  • Size: 7.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.2

File hashes

Hashes for animeworld-1.4.5-py3-none-any.whl
Algorithm Hash digest
SHA256 1e7cdc084ac4bdda3cd73cf7bf5955553f2da55beda73b30a9b0daeb955be5aa
MD5 242d1416eef49e7d70999923f355c329
BLAKE2b-256 9a09711595830ad6e314cbe09d8f73ce4447c535e5cb26a0734f2613b412b677

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