Unofficial API for the Manganelo (and Mangakakalot) website.
Project description
Unofficial Manganelo API
Package to scrape the website Manganelo (and Mangakakalot).
Installation
Python 3.7.x
pip install manganelo
Example
with MangaSearch("Naruto") as search_object: results = list(search_object.results()) naruto = results[0] with ChapterList(naruto.url) as chap_list: chapters = list(chap_list.results()) with MangaInfo(naruto.url) as info: naruto_info = info.result() print("Title:", naruto_info.title) print("Authors:", ",".join(naruto_info.authors)) print("Total Chapters:", len(chapters)) print("Latest Chapter URL:", chapters[-1].url)
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.0-py3-none-any.whl (7.4 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size manganelo-1.0.tar.gz (4.1 kB) | File type Source | Python version None | Upload date | Hashes View |