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

Uploaded Source

Built Distribution

animeworld-1.6.2-py3-none-any.whl (18.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: animeworld-1.6.2.tar.gz
  • Upload date:
  • Size: 13.5 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.2.tar.gz
Algorithm Hash digest
SHA256 2500fd68acefcccc43ced0885caaa71a21436d1ae94a83072f36b05e216bf392
MD5 bfa5aca5cab30ab6b61b66bcb7458646
BLAKE2b-256 6182eca57e9537655f4ee3278047be2dfd26a5934389d54c5d85f7ab33a3c831

See more details on using hashes here.

File details

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

File metadata

  • Download URL: animeworld-1.6.2-py3-none-any.whl
  • Upload date:
  • Size: 18.3 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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 a731caf6444c2823db87c1c549a478c65fa2260419e08ccde9ca0c2f23c85e30
MD5 ff80de1909abd2039d2d8c129cf3ed0c
BLAKE2b-256 366f8d20d66d6df7f7b45a1b07a12f258e46d15290bd2fd484c726d6e392527a

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