[DEPRECATED] Komikcast Rest Api using Flask
This repo is a rest-api which is scraping to the komikcast website and made up using Flask.
python -m venv env
env\Scripts\activate.bat
pip install -r requirements.txt
set FLASK_APP=app.py
python -m flask run
Then open http://127.0.0.1:5000/
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 |
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.
MIT
Copyright (c) 2020-present, Ahmad Khamdani (rizalord)