Python Forum

Full Version: Code required to operate website
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all
Original web newbie here with a small challenge

I need to make regular bookings on a (non-commercial) booking website.
The website opens for bookings at a specific date and time +/- a few seconds
The process for making a booking involves
1. going to a specific URL (always the same)
2. Clicking a button (this button is only active after bookings can be made. Prior to that time an error message is displayed)
3. Selecting a time (its easy to find text to go to right section of the page)
4. selecting and clicking the button associated with the text typically something like
https://website.co.uk/BookingAdd?dateTim...27T10%3A10

Acceptance is on a first come first served basis so speed is essential and some computerised script/chrome extension/Firefox add on or whatever would seem to be the answer.

is this the best way?
How would I set about writing something?