Commit Graph

7 Commits

Author SHA1 Message Date
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
KorenLazar
cffdd84086 Added specific searching for the download url of non-full promotions and prices files. Changed return value of get_download_url accordingly. 2021-08-17 13:06:42 +03:00
KorenLazar
27b45a4999 finished implementing exporting promotion to xlsx table and automatically opening the xlsx file 2021-06-01 21:00:40 +03:00
KorenLazar
850d3963fe has added binaproject clients 2021-02-07 10:46:54 +02:00
KorenLazar
9983d07c2b replaced the member '_class_name' by the 'class.__name__' 2021-02-07 08:18:22 +02:00
KorenLazar
67bff9fa76 minor changes 2021-02-06 22:53:18 +02:00