Read the tourial at https://inf-monkeys.github.io/docs/zh-cn/tools/custom-tools/
-
Clone the repository
git clone https://github.com/inf-monkeys/monkey-tools-tempalte-flask
-
Go into repository folder
cd monkey-tools-tempalte-flask
-
Install python dependencies:
python -m venv venv source venv/bin/activate pip install -r requirements.txt
-
Start the API Server:
python main.py
You can now access the app on http://localhost:5000
You can import this tool at the dashboard: