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

Static Badge Static Badge

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

Installation

This library requires Python 3.11 or later.

You can install the library using pip:

pip install animeworld

Usage

To search for an anime by name on the AnimeWorld site, you can use the find() function.

import animeworld as aw

res = aw.find("No game no life")
print(res)

The function will return a dictionary with the anime name as the key and the link to the anime world page as the value.

{'name': 'No Game no Life', 'link': 'https://www.animeworld.ac/play/no-game-no-life.IJUH1E', ...}

You can also download episodes of an anime.

import animeworld as aw

anime = aw.Anime(link="https://www.animeworld.ac/play/danmachi-3.Ydt8-")
for episode in anime.getEpisodes():
    print("Episode Number: ", episode.number)
        
    if(episode.download()):
        print("Downloaded")
    else:
        print("Error")

    if episode.number == '1': break
Episode Number: 1
Downloaded

Documentation

The complete documentation is available here: Documentation

For an overview of all the basics, go to the QuickStart section.

For more advanced topics, see the Advanced Usage section.

The API Reference section provides a complete API reference.

If you want to contribute to the project, visit the Contributing section.

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

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

animeworld-1.6.8-py3-none-any.whl (19.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: animeworld-1.6.8.tar.gz
  • Upload date:
  • Size: 16.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for animeworld-1.6.8.tar.gz
Algorithm Hash digest
SHA256 fd179e05be829cf21bb60e0cc936a1e8314756b7001db8083116bcf76607cae5
MD5 dbb5acacb946ae3cdfcf8316e09950a5
BLAKE2b-256 da4471ec08959b2ef2ccf42aa7e0acb56bb9634f9a7db3b334fca7ae891e09ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for animeworld-1.6.8.tar.gz:

Publisher: python-publish.yml on MainKronos/AnimeWorld-API

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: animeworld-1.6.8-py3-none-any.whl
  • Upload date:
  • Size: 19.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for animeworld-1.6.8-py3-none-any.whl
Algorithm Hash digest
SHA256 e24f825e55c2a9a0820bdbb7fa37fcb2c7395ff515cedc9b4b4314394f647d32
MD5 07cd6fd42b59ce56582e4ae9d85cbe61
BLAKE2b-256 76549e2ba64f7d8d99b2bf93a110c1ab226b9c50f7ff8e98787b6cdc0f64a5f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for animeworld-1.6.8-py3-none-any.whl:

Publisher: python-publish.yml on MainKronos/AnimeWorld-API

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page