Skip to content

anaqi/instacart-delivery-availability-check

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

instacart-delivery-availability-check

Tiny python script that check's instacart's delivery availability and notifies you if a slot opens up.

Setup guide:

  • Python is required
  • See credentials_example.json to create a credentials.json file and fill out all the fields with values!
  • Install helium
  • You can setup a free mailgun account if you want email notifications
  • Extra: you can change the voice for the voice notifications, here's some other options: https://gist.github.com/mculp/4b95752e25c456d425c6

Installation & Setup

  • Fill credentials_example.json (rename file to credentials.json)
$ pip install tox
$ pip install helium
$ python check.py

Notification settings

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

Non-technical setup guide:

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!

About

Tiny python script that check's instacart's delivery availability and notifies you if a slot opens up.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%