Automatically checks for booking tables for a restaurant using Zenchef.
- Create a specific virtual environment with venv using
python3 -m venv env - Then source it with
source ./env/bin/activate - Install requirements with
pip install -r requirements.txt
Zenchef Table Booking finder
options:
-h, --help show this help message and exit
--restaurant RESTAURANT_ID, -r RESTAURANT_ID
ID of the restaurant (several IDs can be provided separated with a comma)
--guests GUESTS, -g GUESTS
Number of guests
--date-begin DATE_BEGIN, -b DATE_BEGIN
Date begin to search for (format: YYYY-MM-DD)
--date-end DATE_END, -e DATE_END
Date end to search for (format: YYYY-MM-DD)
--frequency FREQUENCY, -f FREQUENCY
Frequency in minute between each check
--telegram TELEGRAM Telegram token and chat ID (format: token:chatId separated by a colon)
--mode {NotificationCenter,Telegram,Both}, -m {NotificationCenter,Telegram,Both}
Mode of alert (if telegram token is provided only)
If you are interested in helping contribute to this repository, do not hesitate to create a pull request!
Copyright © 2023-present, Contributors.
This project is GNU LGPLv3 licensed.