Tiny python script that check's instacart's delivery availability and notifies you if a slot opens up.
Tiny python script that check’s instacart’s delivery availability and notifies you if a slot opens up.
credentials_example.json
(rename file to credentials.json
)
$ pip install -r requirements.txt
You can toggle which notifications you prefer in lines 79 & 80 in check.py
. A free Mailgun account is required for email, see notion article below.
voiceNotification = True
emailNotification = True
NOTE:
If you’re using Instacart in the US, you’ll have to change the base URLs for Instacart in the credentials.json
, we’ve only made this Canadian friendly (sorry, sorry, sorry lol)
Feel free to open an issue if you have any questions!