Skip to content

Webscraper for BrickSeek to continuously check inventory

Notifications You must be signed in to change notification settings

ThePrankMonkey/inventory_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Inventory Checker

This tool can scan for drops in prices on an item of your choice and will send an email to a desired account once that deal is beat.

Setup

Make sure your email account allows insecure app logins:

Make the following environmental variables, take note of the space at the beginning which will hide the command from history.

# This is the recipient of your email
 export EMAIL_DEST=""
# This is the account information you are sending from
 export EMAIL_USER="" 
 export EMAIL_PASS=""

Usage

To just pull information:

python3 inventory_checker.py $SKU $ZIPCODE

To continuously scan for a price to be beaten, and send an email once is found:

# PRICE is an integer or float
python3 inventory_checker.py $SKU $ZIPCODE price:$PRICE

To continuously scan for a discount to be beaten, and send an email once is found:

# DISCOUNT is between 0 and 100
python3 inventory_checker.py $SKU $ZIPCODE price:$DISCOUNT

Plans

Add support for more of the stores that BrickSeek supports.

About

Webscraper for BrickSeek to continuously check inventory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages