ifqygazhar / mangap-api-py

Manga scraper from komikcast.lol use python quart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Komikcast api

Install and running

pip install -r requirements.txt
python main.py

Documentation

BASE URL = localhost:8000 # Komikcast api

Documentation

BASE URL = localhost:8000

Recommended Comic

/recommended

example : http://localhost:8000/recommended

Popular Comic

/popular

example : http://localhost:8000/popular

Detail Comic

/detail/[endpoint]

example : http://localhost:8000/detail/solo-leveling

Search Comic

/search?keyword=[keyword]

example : http://localhost:8000/search?keyword=solo

Read Comic

/read/[endpoint]

example : http://localhost:8000/read/solo-leveling-chapter-33-bahasa-indonesia/

Genre

/genre

example : http://localhost:8000/genre

Genre Comic

/genre/[endpoint]

example : http://localhost:8000/genre/action?page=1

Recommended Comic

/recommended

example : http://localhost:8000/recommended

Popular Comic

/popular

example : http://localhost:8000/popular

Detail Comic

/detail/[endpoint]

example : http://localhost:8000/detail/solo-leveling

Search Comic

/search?keyword=[keyword]

example : http://localhost:8000/search?keyword=solo

Read Comic

/read/[endpoint]

example : http://localhost:8000/read/solo-leveling-chapter-33-bahasa-indonesia/

Genre

/genre

example : http://localhost:8000/genre

Genre Comic

/genre/[endpoint]

example : http://localhost:8000/genre/action?page=1

About

Manga scraper from komikcast.lol use python quart


Languages

Language:Python 100.0%