Skip to content

A docker container which continuously checks Apple Store inventory and sends you an email to purchase online using the store pickup option

License

Notifications You must be signed in to change notification settings

icheko/apple-product-availability

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apple-Product-Availability

A docker container which continuously checks Apple Store inventory and emails when found

Terminal Awesomeness

Every 30s: php index.php                                    2016-09-18 04:43:44

Monitoring availability for the following:

Product [0] Apple Watch Series 2, 42mm Space Gray Aluminum Case with Black Sport Band
Product [1] Apple Watch Series 2, 42mm Silver Aluminum Case with White Sport Band

          STORE/PRODUCT DESCRIPTION           | PROD. NUM |     AVAILABILITY     |

Store: Sherman Oaks
    Apple Watch Series 2, 42mm Space Gray A..       0           unavailable
    Apple Watch Series 2, 42mm Silver Alumi..       1           unavailable

Store: Northridge
    Apple Watch Series 2, 42mm Space Gray A..       0           unavailable
    Apple Watch Series 2, 42mm Silver Alumi..       1           unavailable
.
.
.

Store: Pasadena
    Apple Watch Series 2, 42mm Space Gray A..       0           unavailable
    Apple Watch Series 2, 42mm Silver Alumi..       1           unavailable

Store: Simi Valley
    Apple Watch Series 2, 42mm Space Gray A..       0           unavailable
    Apple Watch Series 2, 42mm Silver Alumi..       1           unavailable


Nothing found. Sad face :'(

Sample Email

Image of Yaktocat

Note: Most likely this will go to spam. Make sure to setup a filter for the subject "Apple Product Availability Update" and check the box Never send it to Spam.

Gmail: https://support.google.com/mail/answer/6579?hl=en

Run it

docker run \
	-it \
	--rm \
	-e APP_ZIP_CODE=91405 \
	-e APP_PRODUCTS="MP062LL/A,MNPJ2LL/A" \
	-e APP_NOTIFY_EMAIL="[email protected]" \
	icheko/apple-product-availability

Docker for Mac: https://docs.docker.com/engine/installation/mac

Docker for Windows: https://docs.docker.com/engine/installation/windows

Kill it

control + c

Hat Tip

https://gist.github.com/jeremygibbs/1d62544ee57dc4ee8633

About

A docker container which continuously checks Apple Store inventory and sends you an email to purchase online using the store pickup option

Resources

License

Stars

Watchers

Forks

Packages

No packages published