Skip to content

StanChung624/AutoBooking

Repository files navigation

Requirement

For release user

Download link and instruction see HERE.

For sourcecode user:

How to Use

Import specific restuarant crawler script

from ReservationScripts.Scripts import InParadise the InParadise are the crawler script for corresponding restuarant.

Scripts input

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"

utility

DriverSetup package info is put HERE.