- chromedriver ("https://chromedriver.chromium.org/")
Download link and instruction see HERE.
- chromedriver ("https://chromedriver.chromium.org/")
- selenium
- pandas
from ReservationScripts.Scripts import InParadise
the InParadise are the crawler script for corresponding restuarant.
All Scripts.run(INFO, start_when)
takes 2 input args:
INFO
a dict object containing required info for chosen restuarant. If there is item missing, the program will ask for input.start_when
time in the format of "YYYY-mm-dd_HH:MM"
DriverSetup package info is put HERE.