Skip to content

This is a simple script that will return if a product is located at Best Buy based off of your postal code and the product SKU.

Notifications You must be signed in to change notification settings

MasonCable/py-buy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

This is a simple script that will let you know if a product is located near your postal code

  1. Make sure you have a working BestBuy API key.
  2. Go to BestBuy and find the product SKU of whatever it is that you'd like to search.
  3. You should have the zip code of the region you would like to search.
  4. After replacing data with your variables, run the following command: python3 main.py $API_KEY $POSTAL_CODE $PRODUCT_SKU

You can easily include email, SMS, or form bot functionality. This simple script will return all relevent data to help you get started.

About

This is a simple script that will return if a product is located at Best Buy based off of your postal code and the product SKU.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages