Unofficial API for the Manganelo/Manganato website.
Project description
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
Release history Release notifications | RSS feed
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.20.2.tar.gz
(7.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file manganelo-1.20.2.tar.gz.
File metadata
- Download URL: manganelo-1.20.2.tar.gz
- Upload date:
- Size: 7.0 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.24.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5009f220e9ef4d9e9aaeccfa1647b3c2379719e4c106d70acd07cfbec07aef1
|
|
| MD5 |
d2c74f70b94689b5ed84ea8102df18b3
|
|
| BLAKE2b-256 |
b5ddc2d81adea6ae37f9d9682d1a03d41c50955ef0d9b2d541c7c143003d5f64
|
File details
Details for the file manganelo-1.20.2-py3-none-any.whl.
File metadata
- Download URL: manganelo-1.20.2-py3-none-any.whl
- Upload date:
- Size: 9.0 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.24.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
78420745a1f8ac26abd3ac98276238279e0c807a9f773ee03bbb6c992e8d8851
|
|
| MD5 |
26d9d542618080a23df4634b2d7f8447
|
|
| BLAKE2b-256 |
72aef09b57eb5bc01509d1b236dd79b46f6a754a0d3ae411999d703fa9010ce1
|