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

Uploaded Source

Built Distribution

animeworld-1.4.20-py3-none-any.whl (13.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: animeworld-1.4.20.tar.gz
  • Upload date:
  • Size: 11.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.7

File hashes

Hashes for animeworld-1.4.20.tar.gz
Algorithm Hash digest
SHA256 155f4326ccd667ad48e43102cd7bce14c910db773914adc3fe693153a2bbaf82
MD5 9fc54cf6d481956086a5c0cc65a28c39
BLAKE2b-256 9cb63808486ddbba44d8d1379d225d8a8aa2af995b254f36852cc2f9e1cbc0c7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: animeworld-1.4.20-py3-none-any.whl
  • Upload date:
  • Size: 13.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.7

File hashes

Hashes for animeworld-1.4.20-py3-none-any.whl
Algorithm Hash digest
SHA256 af3d8dea16e07627ae7a73d5c7d9e79c16e88a25ba9f0d6ab23ee5ce3771179d
MD5 611a6f7c9d39a54bcde0383fe6a8663c
BLAKE2b-256 5ee4db1a0e894371389c0951f6b5301958d059ca125f5ef73c96f27b118a9a6b

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