Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.09 KB

README.md

File metadata and controls

19 lines (16 loc) · 1.09 KB

Instacart time slot finder

About

A python program that detects time slots in Wegman's instacart delivery service and sends an sms notification using android messages for web.

Requirements

  • Python 3 (Download it here)
  • Python Selenium library (use pip3 install selenium in terminal or command prompt after Python 3 is installed)
  • Google Chrome
  • Android with messages for web enabled
I also made an easy-to-use Windows executable that doesn't require Python which can be downloaded here

Installation

  1. Clone this repository
  2. Download the chrome webdriver corresponding to your version of chrome
  3. Extract and move the webdriver file to the repository folder
  4. Navigate to repository folder in command prompt or terminal and run python3 main.py

License

MIT License