Reputation: 53
I want to make a program that when given a list of username and passwords, will go to a website, login, and interact with the website (click a couple buttons, etc.) for each username/password combination given.
I was wondering if the community had any suggestion on where to start (language/platform-wise)?
I have very little experience in programming with/for the web, and my program seems simple enough to not need any complex architecture. I would prefer to program it with a Windows Form since the person I'm giving the program too won't be too experienced in anything computer-related.
Upvotes: 1
Views: 88
Reputation: 21856
Have a look at my tutorial/blog about the simplest MVC ever. It has a live example, and you can download the source code, or build it yourself from the example.
Upvotes: 1