There are limited slots in my course and I am missing the slots as they are opening for a few minutes in a day which I am missing.
Hence I plan to write an automation script which at regular interval presses a button in a website. But I have no clue about where to start. Which language offers the best libraries and interfaces to deal with webpages?Any pointers would be helpful.
Also once I write the script code where can I run it so that it can continuously execute at regular intervals throughout the day ?
Have a look at perl's WWW::Mechanize
The script could look like so:
Where to run it, I do not know, sorry ;).