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.
This commit is contained in:
korenlazar
2022-10-04 13:36:29 +03:00
parent 86ff2ca7b7
commit 9b6f63a7f0
4 changed files with 54 additions and 8 deletions

View File

@@ -24,6 +24,7 @@ from chains.shuk_hayir import ShukHayir
from chains.stop_market import StopMarket
from chains.tiv_taam import TivTaam
from chains.victory import Victory
from chains.yeinot_bitan import YeinotBitan
from chains.yohananof import Yohananof
from chains.zol_vebegadol import ZolVebegadol
from promotion import main_latest_promos, log_promos_by_name, get_all_prices
@@ -58,6 +59,7 @@ CHAINS_LIST = [
ShukHayir,
KingStore,
ShefaBirkatHashem,
YeinotBitan,
]
Path(RESULTS_DIRNAME).mkdir(exist_ok=True)
Path(RAW_FILES_DIRNAME).mkdir(exist_ok=True)