From e1725ab8fb6e2807034e626b3543d7607fb8e56d Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Sun, 30 Jul 2017 21:59:08 +0200 Subject: [PATCH] Update README --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6e0ec52 --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ +# PyConES17 + +[EN] Workshop: Flask-wallapop-watcher (Application to monitor prices in Wallapop) + +[ES] Taller: Flask-wallapop-watcher (Aplicación para vigilar precios en Wallapop) + +## Demo + +[EN] Currently implemented on a real site: + +[ES] Actualmente esta implementado en un sitio real: + +[wallaviso.com](http://wallaviso.com) + +## Run + +[EN] For the impatient, you can play with the finished exercise. You should download the code and execute the following commands. + +[ES] Para los impacientes, podéis jugar con el ejercicio acabado. Debéis descargar el código y ejecutar los siguientes comandos. + +```bash +cd flask-wallapop-watcher +pip3 install virtualenv +virtualenv --python=python3 .venv +source .venv/bin/activate +pip3 install -r requirements.txt +python3 app.py +```` + +[EN] Then open in your favorite browser, which will possibly be the fantastic Firefox, a new tab with [http://127.0.0.1:5000](http://127.0.0.1:5000) + +[ES] Después abrir en tu navegador favorito, que posiblemente será el fantástico Firefox, una pestaña nueva con [http://127.0.0.1:5000](http://127.0.0.1:5000) \ No newline at end of file