Simple web interface to download data from Spinn3r
- requests
- flask
- processing db
- enhance method from docker
- finish template
- lot of things
- first git clone this repo
git clone https://github.com/ikario404/spinn3r-data-extract.git
- run docker
docker build -t cortext/cortext_pytheas . && docker-compose up
- Locally you can also more easily (and to debug principaly) directly create a virtualenv with python 3.x
virtualenv env3 -p /usr/bin/python3 && source ./env3/bin/activate
- Then install dependancies :
pip install -r requirements.txt
- Finally :
python app.py