API no oficial de Manganelo (Manganato)
API no oficial de Manganelo (Manganato)
Instalación
Python 3.7+ (la última versión requiere Python 3.9+)
pip install manganelo
Ejemplos
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")
Idiomas
-
Pitón
100,0%