Skip to main content

AnimeWorld UNOFFICIAL API

Project description

AnimeWorld

AnimeWorld-API

Version Activity Publish to PyPI

PyPI - Downloads PyPI - Downloads PyPI - Downloads

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.

{
	'name': 'No Game no Life',
	'link': 'https://www.animeworld.tv/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.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 e consultare il file di esempio: example.py.

Per un utilizzo avanzato consultare la documentazione.

Contributing

Se volete contribuire aprendo Issue o Pull a questa libreria siete ben accetti, tutto il codice sorgente e la documentazione è reperible su GitHub.

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

Uploaded Source

Built Distributions

animeworld-1.4.15-py3-none-any.whl (12.2 kB view details)

Uploaded Python 3

animeworld-1.4.15-2-py2.py3-none-any.whl (12.3 kB view details)

Uploaded Python 2 Python 3

animeworld-1.4.15-1-py2.py3-none-any.whl (12.3 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: animeworld-1.4.15.tar.gz
  • Upload date:
  • Size: 11.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.4

File hashes

Hashes for animeworld-1.4.15.tar.gz
Algorithm Hash digest
SHA256 a33e30cbb3e3e8efd6f45bc02da9a93105cb9561c1c81cee9aa3079a7b10fd85
MD5 610513882046e00c54855735d0b4a7cf
BLAKE2b-256 d3e87e65980a7250032245caf24461560cb1442fd8e6a462c6eb0259256edaf5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: animeworld-1.4.15-py3-none-any.whl
  • Upload date:
  • Size: 12.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.4

File hashes

Hashes for animeworld-1.4.15-py3-none-any.whl
Algorithm Hash digest
SHA256 65cb002691b2f57d8ce8146967f4649e235121191fd753dde382fb92da17ad84
MD5 8712b0403485590ab58c04d9df619ce9
BLAKE2b-256 074baac00b89393c8bc5bfc36aab9df45111008632c2477e003ffd6b39c8ea75

See more details on using hashes here.

File details

Details for the file animeworld-1.4.15-2-py2.py3-none-any.whl.

File metadata

  • Download URL: animeworld-1.4.15-2-py2.py3-none-any.whl
  • Upload date:
  • Size: 12.3 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for animeworld-1.4.15-2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 55bd0d8e3b71fdb9479d0fd1fde9811296d63358a5d8905eb7629d446d85514b
MD5 fd896007b36567e2596807ab08f5b354
BLAKE2b-256 702da10a9c89df31f3359bec8258bf6ce8d14f8de3abe3337fd00b14bc361352

See more details on using hashes here.

File details

Details for the file animeworld-1.4.15-1-py2.py3-none-any.whl.

File metadata

  • Download URL: animeworld-1.4.15-1-py2.py3-none-any.whl
  • Upload date:
  • Size: 12.3 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for animeworld-1.4.15-1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 401521ce9ef4579bf481b1c9f171ac8f3f760e6845cf35b2a9f881ab83fd7cb6
MD5 594db3a4ca235f7525d50baeb903967f
BLAKE2b-256 6399d07050fd614dbfc4d2c9ff7e8f55a5ed4274b6c2a222fa2f0d4963aee053

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