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
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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size manganelo-1.4.1-py3-none-any.whl (8.1 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size manganelo-1.4.1.tar.gz (5.4 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for manganelo-1.4.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d23a88ecfba5366a6c21380149453eccdce044dd0065b694675f7e1a8c0ee55 |
|
MD5 | 3cf64b1a0ca9ed9b0830102d5e654e7c |
|
BLAKE2-256 | c433fb6d74c08de4a3a235dcff1495b99e48ab4555e2527c163cb9ac98e4714f |