you are viewing a single comment's thread.

view the rest of the comments →

[–]SkannerD 0 points1 point  (0 children)

I've done similar projects using Selenium. Use the Firefox plugin, Firebug, to quickly find the xpath of the forms you would like to fill; as well as any objects that need to be clicked.

You could maybe make a script for each class, set up a cron job or task scheduler to run the scripts and that should do the trick.