Hey everyone. I was hoping someone could just point me in the right direction for a place to learn how to do this. I want to write a fairly simple script that opens a url, posts a comment to someones profile and then exits the page and opens another one and so on.
This is for a contest I am in. There are over 3000 people entered and the url's for the profiles are all the same and end with profileid=xxxx
So I figure I put the variable in a for loop to go to each profile. I've never written a script that can browse the web and do my work for me so I thought this would be a good way to learn.
Right now I am going to each profile and asking them to vote. I am sure I could write a script to do the same thing.
Any help?