Skip to content

Python script to check if a wolt restaurant is ready to deliver to your location

Notifications You must be signed in to change notification settings

muttley79/woltcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

woltcheck

Python script to check if a wolt restaurant is ready to deliver to your location

alt text

Prerequisits:

  • Install necessary dependencies (python3 -m pip install -r requirements.txt)
  • Install libgeos-dev (apt-get install libgeos-dev)
  • Add your location to properties file. You can add it as freetext or in longitude/latitude format. You can find your longitude/latitude using this site https://www.latlong.net/

Setup Green API account

Nevigate to https://green-api.com/en and register for a new account: Register

Fill up your details and click on Register: Create Account

Next, click on the "Create an instance": Create Instance

Select the "Developer" instance (Free): Developer Instance

Copy the InstanceId and Token, we need it for the integration settings: Instance Details

Next, Lets connect our whatsapp with green-api. On the left side, Under API --> Account, click on QR and copy the QR URL to the browser and click on "Scan QR code"

Send QR

Scan QR

Next, Scan the QR code to link you whatsapp with Green API:

QR Code

If you wold like to get a push to your phone, just add your provider to the config file under Push section. You can use one or more providers using the Apprise supported configs.

Usage: ./wolt.py [-p] restaurant [restaurant] ... -p send push when the restaurant status change

restaurant name is taken from the wolt url example: https://wolt.com/en/isr/tel-aviv/restaurant/cafe-noir in this case "cafe-noir" is the restaurant name

Added support for notifications for MAC or WINDOWS (via WSL only for now) If you want WSL notifications you will need to download this project: https://github.com/stuartleeks/wsl-notify-send and set the path for the exe in the config file

About

Python script to check if a wolt restaurant is ready to deliver to your location

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages