├── README.md ├── get-sucursales.sh ├── merge-sucursales.py ├── requirements.txt ├── scrap.py └── scrap.sh /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martjanz/precios-claros/HEAD/README.md -------------------------------------------------------------------------------- /get-sucursales.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martjanz/precios-claros/HEAD/get-sucursales.sh -------------------------------------------------------------------------------- /merge-sucursales.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martjanz/precios-claros/HEAD/merge-sucursales.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | grequests 2 | ujson 3 | -------------------------------------------------------------------------------- /scrap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martjanz/precios-claros/HEAD/scrap.py -------------------------------------------------------------------------------- /scrap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martjanz/precios-claros/HEAD/scrap.sh --------------------------------------------------------------------------------