API no oficial de Manganelo (Manganato) - KolMitE

API no oficial de Manganelo (Manganato)

API no oficial de Manganelo (Manganato)

diciembre 5, 2022 Software en General 0

Descargas Descargas Descargas

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%

Por favor Comparte y Síguenos:
RSS
Follow by Email
Facebook
Twitter

Deja una respuesta