A script that gets romanian supermarket catalogues. An automation i started building to help develop a bigger project, RoR.
A script that gets romanian supermarket catalogues. An automation i started building to help develop a bigger project, RoR.
Separated a libs.py from the actual test script and got it to download actual full brochures and save into folders! I figured instead of looking for next page buttons i could exploit their hrefs and use them as links :)
Log in to leave a comment
second first push for ss / added class Store with methods build_path and checkstore to further be used with selenium. added a json script with structure store name : store slug, added log messages for checkstore, started curling each path to test it and started building the main function
added fucntions such as accept cookies, get latest, right click img to help navigate in site, however right click is not the best option and i need to reconsider it. configured selenium and its drivers to run google chrome (sorry) and so far we can get the catalogue page opened
added broken firefox mode (have to fix) and updated getimg method. it works but we are encountering ADS
Log in to leave a comment