Manganelo
Manganelo/Manganato Web Scrapper
Install / Use
/learn @nixonjoshua98/ManganeloREADME
Unofficial Manganelo (Manganato) API
Installation
Python 3.7+ (latest version requires Python 3.9+)
pip install manganelo
Examples
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")
Related Skills
node-connect
352.9kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
claude-opus-4-5-migration
111.5kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
frontend-design
111.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
model-usage
352.9kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
