Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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...
- Host: GitHub
- URL: https://github.com/cbertelegni/download-junar-data
- Owner: cbertelegni
- Created: 2017-12-15T01:59:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T23:49:51.000Z (about 2 years ago)
- Last Synced: 2023-08-02T13:53:49.651Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```