项目作者: rizalord

项目描述 :
[DEPRECATED] Komikcast Rest Api using Flask
高级语言: Python
项目地址: git://github.com/rizalord/komikcast-api.git
创建时间: 2020-06-15T05:34:17Z
项目社区:https://github.com/rizalord/komikcast-api

开源协议:MIT License

下载


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
    1. python -m venv env
  • Activate the environment
    1. env\Scripts\activate.bat
  • Install all library needed to environment by using command
    1. pip install -r requirements.txt

Usage

  • (For Windows) set the flask app
    1. set FLASK_APP=app.py
  • Start server with command:
    1. 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)