Skip to content

jochman/KSP-Price-Notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6ad124e Β· Aug 16, 2023

History

55 Commits
Mar 31, 2022
Aug 16, 2023
Mar 29, 2022
Aug 15, 2023
Aug 16, 2023
Mar 29, 2022
Aug 15, 2023
Apr 9, 2022
Mar 29, 2022
Mar 31, 2022
Mar 30, 2022
Aug 15, 2023
Aug 15, 2023

Repository files navigation

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