Commit 01003ea7 by Jaime Collado

Added Scraper

parent f581edb0
Showing with 4 additions and 4 deletions
......@@ -53,4 +53,4 @@ docs/_build/
venv/
# Scraper
ScraperNoticias/
# ScraperNoticias/
# SOCIALFAIRNESS API
## Compatibilidad
Esta API está siendo desarrollada y probada con la versión de Python 3.9.7.
Esta API está siendo desarrollada y probada con la versión de Python 3.10.11.
## Guía de instalación
1. Crear un entorno virtual: `python3 -m venv /path/to/environment`
......@@ -12,4 +12,4 @@ Esta API está siendo desarrollada y probada con la versión de Python 3.9.7.
Nota: La API también puede ser lanzada mediante el comando `uvicorn api:app [--host HOST] [--port PORT] [--reload]`. Esto (--reload) es útil durante el desarrollo para no tener que cancelar y relanzar el proceso cada vez que se edite alguna parte del código.
Documentación oficial de [FastAPI](https://fastapi.tiangolo.com/).
\ No newline at end of file
Documentación oficial de [FastAPI](https://fastapi.tiangolo.com/).
ScraperNoticias @ 55783fe8
Subproject commit 55783fe85fa3f48f3c60b7bef94d6c71a7550480
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment