Use to get notified for change of price in KSP.
pip install ksp-price-notifier
just give it the uin (can be found the link, as https://ksp.co.il/web/item/109332). target price the the path to chromedriver:
ksp-price-notifier 109332 5990
result:
The price is lower than the target price, it is now 5549
Go and buy! https://ksp.co.il/web/item/109332
from ksp_price_notifier import GetPriceFromKSP
getter = GetPriceFromKSP()
getter.get_price(109332)
> 4690