A little program to find a delivery slot for Amazon Fresh delivery during the covid-19 outbreak.
This python program uses selenium to launch chrome, log-in to amazon, and wait for a delivery slot to open up on a given date. Once a slot is found, it will then send a text to the user to inform them.
🎗️ chrome 81 installed
🎗️ python3 installed
🎗️ selenium package installed (follow guide on user_creds.py)
🎗️ 🎗️ followed the steps on user_creds.py
cd
into the delivery_window
directory, then run: python3 driver.py
🎗️ be sure to exit all current chrome sessions first.