Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cbertelegni/download-junar-data

Por si las moscas...
https://github.com/cbertelegni/download-junar-data

Last synced: about 2 months ago
JSON representation

Por si las moscas...

Awesome Lists containing this project

README

        

Descargar todos los sets de datos de una cuenta de Junar
========================================================

Renombrar __conf.py.tmpl__ a __conf.py__ y definir el auth_key y el api_url

```bash
virtualenv -p python3 .venv
source .venv/bin/activate
pip install -r requirements.txt
python3 main.py
```