Website to automatically book tee times for me
Budget: $1,500 – $3,000 USD
I am looking to create a website that can automatically books tee times on a list of local golf courses based on various selection criteria from the customer (i.e. courses they want to play, times of day, how many players etc.). The tee time information is available online and does not require pre-payment. I'm just looking to automate the tee time booking process so I don't need to click the same buttons every week.
Basics I believe will be needed to create the website and code to automatically book the tee times:
1.) A program to scrape specific tee time related info off the course website (just 1 site for now), 14 days of calendar options.
2.) A program to parse / clean the data to be usable in functions and arrays
3.) A program that matches course tee times based on customer inputs and preferences (see below)
4.) A web page that I log into, set my course / preferred criteria (date I want to play, time of day, players, price, etc.) that is used as the input to automatically book the tee time if it matches an available option.
5.) Some way to store customer log in information and keep previously selected preferences / dates stored as "willing to play"
I've created an example excel with some of the data i've collected for an example for item #2 above, and how we would "qualify" a tee time as one the system would auto reserve.
Basics I believe will be needed to create the website and code to automatically book the tee times:
1.) A program to scrape specific tee time related info off the course website (just 1 site for now), 14 days of calendar options.
2.) A program to parse / clean the data to be usable in functions and arrays
3.) A program that matches course tee times based on customer inputs and preferences (see below)
4.) A web page that I log into, set my course / preferred criteria (date I want to play, time of day, players, price, etc.) that is used as the input to automatically book the tee time if it matches an available option.
5.) Some way to store customer log in information and keep previously selected preferences / dates stored as "willing to play"
I've created an example excel with some of the data i've collected for an example for item #2 above, and how we would "qualify" a tee time as one the system would auto reserve.