Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/damiencorpataux/flask-shell
A small flask example to execute shell commands via a REST API and a Web page.
https://github.com/damiencorpataux/flask-shell
Last synced: 2 days ago
JSON representation
A small flask example to execute shell commands via a REST API and a Web page.
- Host: GitHub
- URL: https://github.com/damiencorpataux/flask-shell
- Owner: damiencorpataux
- Created: 2024-08-06T22:45:12.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-06T22:54:01.000Z (3 months ago)
- Last Synced: 2024-08-07T02:12:29.090Z (3 months ago)
- Language: HTML
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A small flask example to execute shell commands via a REST API and a Web page.
Install & Usage
-
```sh
git clone ...
cd flask-shell
python3 -m venv venv
. venv/bin/activate
pip3 install -r requirements.txt
``````sh
python3 app.py
open localhost:9999
```Disclaimer
-
This is just a 30 minutes dev.[![Flask-shell demo](https://img.youtube.com/vi/hxpPpmqu5gU/0.jpg)](https://www.youtube.com/watch?v=hxpPpmqu5gU)