Python script that periodically checks Apple's stock for AirPods at nearby stores, and sends a notification via Pushover when they become available.
- Modify
PUSHOVER_TOKEN
andPUSHOVER_USER
to your Pushover API keys. - Set
LOCATION
to the search query for your location. (eg. a zipcode) - Optional: Set
STORE_LOC
to serve as a whitelist for notifications. If left empty, all store locations will be included for notifications. eg.STORE_LOC = ['R146', 'R004']
Brandon Asuncion - me@brandonasuncion.tech