Skip to main content

Unofficial API for the Manganelo (and Mangakakalot) website.

Project description

Unofficial Manganelo API

Package to scrape the website Manganelo (and Mangakakalot)

Warning: API usages are still being worked on and may change over time

Installation

Python 3.7 +

pip install manganelo

Usages

from manganelo import (MangaInfo, SearchManga, DownloadChapter)

# Perform a search for a Manga
search = SearchManga("Naruto", threaded=False)

# Turn the generator into a list
results = list(search.results())

# Get the homepage of the first search result
info = MangaInfo(results[0].url)

# Iterate through all the chapters
for chapter in info["chapters"]:
    file = f"./Naruto {chapter.chapter_num}.pdf"

    # Download the chapter
    dl = DownloadChapter(chapter, file)

    print(f"Downloaded: {dl.ok}")

Contact Me

  • nixonjoshua98-at-gmail-dot-com

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.4.1.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

manganelo-1.4.1-py3-none-any.whl (8.1 kB view hashes)

Uploaded Python 3

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