Skip to main content

Unofficial API for the Manganelo/Manganato website.

Project description

Downloads Downloads Downloads

Unofficial Manganelo (Manganato) API

Installation

Python 3.7+ (latest version requires Python 3.9+)

pip install manganelo

Examples

import manganelo

home_page = manganelo.get_home_page()

results = manganelo.get_search_results("Naruto")

for r in results:
    print(r.title, r.views)

    chapters = r.chapter_list
    
    icon_path = r.download_icon("./icon.png")

    for c in chapters:
        print(f"#{c.chapter} | {c.title}")

        chapter_path = c.download(f"./Chapter {c.chapter}.pdf")

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

manganelo-1.23.tar.gz (8.1 kB view details)

Uploaded Source

Built Distribution

manganelo-1.23-py3-none-any.whl (11.1 kB view details)

Uploaded Python 3

File details

Details for the file manganelo-1.23.tar.gz.

File metadata

  • Download URL: manganelo-1.23.tar.gz
  • Upload date:
  • Size: 8.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.5

File hashes

Hashes for manganelo-1.23.tar.gz
Algorithm Hash digest
SHA256 c22b2e517657ba8b2a55956fe9d104a88d62531fc10f597792427a666e4d36b3
MD5 95ce6202d174cfb62a52fb0cc77e4c6d
BLAKE2b-256 b28d951b110dbf9a47733703816bc082a92236b51720bddb75b82a4e9627fcbc

See more details on using hashes here.

File details

Details for the file manganelo-1.23-py3-none-any.whl.

File metadata

  • Download URL: manganelo-1.23-py3-none-any.whl
  • Upload date:
  • Size: 11.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.5

File hashes

Hashes for manganelo-1.23-py3-none-any.whl
Algorithm Hash digest
SHA256 fe45910632a56540596b4f660e5a91752bdd3fff8b907135fe41c6850b17e6b1
MD5 ff9fb4660e48b93c59dbc7212e61cbad
BLAKE2b-256 c95b576d23d1dd09b6f29a2d330c08df57cd840602ca5274cd0ba3dae80d274b

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