Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/havocesp/sopabarata
Buscador de precios de carburantes en España usando "Datos Abiertos".
https://github.com/havocesp/sopabarata
buscador carburantes datos-abiertos datosabiertos estaciones-de-servicio gasolina precio precios
Last synced: about 1 month ago
JSON representation
Buscador de precios de carburantes en España usando "Datos Abiertos".
- Host: GitHub
- URL: https://github.com/havocesp/sopabarata
- Owner: havocesp
- License: unlicense
- Created: 2019-09-05T13:18:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-05T02:49:02.000Z (12 months ago)
- Last Synced: 2024-01-05T03:42:21.023Z (12 months ago)
- Topics: buscador, carburantes, datos-abiertos, datosabiertos, estaciones-de-servicio, gasolina, precio, precios
- Language: Python
- Size: 16.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SopaBarata
- Author: Daniel J. Umpierrez
- License: UNLICENSE
- Version: 0.1.1## Description
Buscador de precios de carburantes en España usando "Datos Abiertos".
## Instalacion
### Usando el comando `pip`
```sh
# `pip` command by supplying the github project repo URL.
$ pip install git+https://github.com/havocesp/sopabarata
```## Uso
### Línea de comandos
```sh
# show accepted arguments
$ pcmc --help
# show 1H gainers filtered by exchanges HITBTC, BINANCE and CRYPTOPIA
$ pcmc --timeframe 1h --filter_by gainers hitbtc binance cryptopia
```## Project dependencies.
- [requests](https://pypi.org/project/requests/)
- [python-dateutil](https://pypi.org/project/python-dateutil)## Changelog
Project history changes.
### 0.1.1
- Cambiadas las dependencias, ahora solo son necesarias requests y dateutil.
- Actualizada version en setup.py
- Limpieza de código no necesario.
- Añadido gitignore.### 0.1.0
- Version inicial.
## TODO
- [ ] Probar todas las funciones.