ksp-price-notifier

Use to get notified for change of price in KSP.


License
MIT
Install
pip install ksp-price-notifier==0.1.6

Documentation

KSP-Price-Notifier

Use to get notified for change of price in KSP.

Installation

pip install ksp-price-notifier

Usage

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

In-Code usage

from ksp_price_notifier import GetPriceFromKSP

getter = GetPriceFromKSP()
getter.get_price(109332)

> 4690