Commit Graph
5 Commits
Author SHA1 Message Date
korenlazar 9b6f63a7f0 Added the chain Yeinot Bitan (also to tests).
Changed price with promos to include only regular promotions.
Added filtering of promotions including too many items.
2022-10-04 13:36:29 +03:00
korenlazar 86ff2ca7b7 Fixed small bug in valid_store_id_by_chain function 2022-10-04 12:11:44 +03:00
korenlazar b1737839ce Fixed bug with Shufersal Scraping by changing xml files category back to normal Enum. 2022-10-04 12:09:42 +03:00
korenlazar 7b63eab7bd leftover from last commit 2022-10-04 11:42:57 +03:00
korenlazar ceff48dbd9 Fixed the bug with cerberus_web_client.py by working with Selenium. To login each chain working with it must have a username for login with Selenium. in this mechanism, a path to a gz file is returned instead of url
Added the option to output a prices json file in main.py under --prices-with-promos, where the prices are updated by the latest promotions (under the 'final_price' key, where 'price' represents the price before promotions).

Fixed small bug of BinaWebCleint by checking that filename does not contain 'null'.

Changed Hierarchy of chains such that it includes the webclients.

Added the date to the output filenames to start storing the data over time.

Black formatting (according to pip 8 guidelines).

Changed the chains_dict in main to a constant one.
2022-10-04 11:42:36 +03:00