/komikcast-api

[DEPRECATED] Komikcast Rest Api using Flask

Primary LanguagePythonMIT LicenseMIT

DEPRECATED - no longer actively maintained


Komikcast-Rest-Api

This repo is a rest-api which is scraping to the komikcast website and made up using Flask.

Demo

Click to show preview

Installation

  • Clone the Repo
  • Create the environment first
python -m venv env
  • Activate the environment
env\Scripts\activate.bat
  • Install all library needed to environment by using command
pip install -r requirements.txt

Usage

  • (For Windows) set the flask app
set FLASK_APP=app.py
  • Start server with command:
python -m flask run

Then open http://127.0.0.1:5000/

Endpoint

Url Params Type
/ page Number
/daftar-komik page Number
/project-list page Number
/komik-tamat page Number
/jadwal-update - -
/komik id String
/chapter id String
/search keyword, page String, Number

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT Copyright (c) 2020-present, Ahmad Khamdani (rizalord)