All Projects → nikshepsvn → instacart-delivery-availability-check

nikshepsvn / instacart-delivery-availability-check

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to instacart-delivery-availability-check

delivery-finder
To help in COVID-19 situation - An automated bot to find delivery window of InstaCart and Amazon Whole Foods Market, Costco Same Day and Walmart Groceries.
Stars: ✭ 22 (+22.22%)
Mutual labels:  grocery, instacart
Nearby-Shops-Android-app-Deprecated
Open Source Food Delivery and local shopping Platform
Stars: ✭ 12 (-33.33%)
Mutual labels:  food-delivery, grocery-delivery
instacart-delivery-slot-finder
Mac Script that notifies you once a delivery slot in available on Instacart
Stars: ✭ 18 (+0%)
Mutual labels:  instacart
Instacart-Market-Basket-Analysis
Use Instacart public dataset to report which products are often shopped together. 🍋🍉🥑🥦
Stars: ✭ 32 (+77.78%)
Mutual labels:  instacart
delivery
GRPC GUI client for GRPCurl
Stars: ✭ 58 (+222.22%)
Mutual labels:  delivery
copanier
A minimalist collective buying software.
Stars: ✭ 19 (+5.56%)
Mutual labels:  delivery
haraka-plugin-mongodb
Plugin for the Haraka SMTP server to store incoming and outgoing emails to MongoDB
Stars: ✭ 25 (+38.89%)
Mutual labels:  delivery
instacart-neo4j
Playing with Instacart data in Neo4j
Stars: ✭ 16 (-11.11%)
Mutual labels:  instacart
on-demand-delivery-fastlane-slack
iOS On-Demand delivery architecture via slack/jenkins/fastlane. Demo project for: #PragmaConf2019
Stars: ✭ 18 (+0%)
Mutual labels:  delivery
one
🚥 Idempotency Handler, for making sure incoming requests are idempotent. Useful for payments, "at least once delivery" systems and more.
Stars: ✭ 18 (+0%)
Mutual labels:  delivery
Fullstack-projects-frontend-with-react-and-backend-with-various-stacks
* W.I.P *🛠 Full-on full stack front end and a bit of back end web development challenge. Challenging every day to learn new stuffs about react & its in-depth features and also to explore the taste of various stacks.
Stars: ✭ 100 (+455.56%)
Mutual labels:  grocery
FoodiFi
FoodiFi App in flutter
Stars: ✭ 22 (+22.22%)
Mutual labels:  delivery
emailqueue
A fast, simple yet very efficient email queuing system for PHP/MySQL
Stars: ✭ 75 (+316.67%)
Mutual labels:  delivery
ferryd
Fast, safe and reliable transit for the delivery of software updates to users.
Stars: ✭ 43 (+138.89%)
Mutual labels:  delivery
food delivery app
A Food App using Flutter & Firebase.
Stars: ✭ 75 (+316.67%)
Mutual labels:  delivery
delivery-truck
DEPRECATED: Delivery build cb for pipelines
Stars: ✭ 36 (+100%)
Mutual labels:  delivery
Jibli
🙏 It is a humanitarian initiative that aims to provide free delivery platform due to the coronavirus pandemic 😷😷😷
Stars: ✭ 21 (+16.67%)
Mutual labels:  delivery
delibee
📦 Delivery tracking library on Node.js
Stars: ✭ 24 (+33.33%)
Mutual labels:  delivery
efp
A framing protocol bridging the gap between elementary stream data and transport protocols.
Stars: ✭ 24 (+33.33%)
Mutual labels:  delivery
alt-zap
Share your products and receive orders using Whatsapp and a custom webpage
Stars: ✭ 67 (+272.22%)
Mutual labels:  delivery

instacart-delivery-availability-check

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

Requirements:

  • Python3 is required
  • Chromium based browser required.

Installation & Setup

  • Fill credentials_example.json (rename file to credentials.json)
  • Install Python requirements
$ pip install -r requirements.txt

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!

Project Maintainers

  • @nikshepsvn
  • @anaqi
  • @nhamalison

Project Contributors

  • @tdmorello
  • @naveensrinivasan
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].