Skip to content
This repository was archived by the owner on Mar 14, 2021. It is now read-only.

rizalord/komikcast-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Releases

No releases published

Packages

No packages published

Languages