Skip to main content

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")

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

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

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.

Release history Release notifications | RSS feed

This release

1.23 This release

2 files

1.22.2

2 files

1.22.1

2 files

1.22.0

2 files

1.21.0

2 files

1.20.4

2 files

1.20.3

2 files

1.20.2

2 files

1.20.1

2 files

1.20.0

2 files

1.19.0

2 files

1.18.3

2 files

1.18.2

2 files

1.18

2 files

1.17

2 files

1.6.1

2 files

1.6.0

2 files

1.5.1

2 files

1.5

2 files

1.4.4

2 files

1.4.3

2 files

1.4.2

2 files

1.4.1.1

2 files

1.4.1

2 files

1.4.0

2 files

1.3.1

2 files

1.2

2 files

1.1.1

2 files

1.1

2 files

1.0

2 files

0.3

1 file

0.2

1 file

0.1

1 file

Supported by

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