Skip to content

Python code to book tee times through selenium at a specific time ⛳️

Notifications You must be signed in to change notification settings

bruno-smith/Automated_Tee_Time_Booking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Automated_Tee_Time_Booking

This program allows you to book a tee time in an automated way.
This was built to show how broadly one can use selenium. I wouldn't recommend using this, running a bot to book tee times is rather unethical if the demand is high at your local course. ⛳️❤️
However, it makes for a great case study!
You'll have to adapt the elements to be selected based on your golf course's website structure.

If you're new to Selenium this is a great video to start with -> https://www.youtube.com/watch?v=j7VZsCCnptM

Requirements

Use the package manager pip to install selenium and schedule.

pip install selenium schedule

⛳️

About

Python code to book tee times through selenium at a specific time ⛳️

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages