Using Automator to register for an online class

My local YMCA requires you to log into the ymca website and register for the classes you want to take 48 hours before the class starts. They fill up quickly so I would like to know if I could use the Automator program to sign me up at 12:01 am when the window opens. Is this something that I should be able to do? Thanks,

Matt

This should be possible, but how you do it will depend on what kind of web site they have. You might be able to use a proxy like Charles to figure out just what you need to send to make a booking, then use automator to send that using either the browser, or curl (do “man curl” in the terminal).