Apologies for my first post being a question but I've lurked around here a lot though : )
I'm looking to create a web bot that will help me register at sites. It will be very simple and it will not automate anything over many sites running on the same platform.
I'm simply looking to create seperate instructions for each and every website that I've chosen to add to the bot. To begin with it will just go to a registration url and fill in username from some variable and password and something I've told it to fill out so I can run the bot again and again to create a new account.
It will also have to stop somewhere to let me fill in stuff it can't fill out (captchas maybe).
So with what would I create this. And I would make it run through my browser right?
I know no programing but I'd be willing to learn PHP or C++. I know completely different things but would either of those work?
Also what will the bot need to identify the username spots, password forms, ect? I could do something simple like make it run through the browser and make it tap tab X many times to get to the field and then fill it. So completely manual for each website then of course.
Any suggestions would be helpful for what I should use.
Thank you!
I'm looking to create a web bot that will help me register at sites. It will be very simple and it will not automate anything over many sites running on the same platform.
I'm simply looking to create seperate instructions for each and every website that I've chosen to add to the bot. To begin with it will just go to a registration url and fill in username from some variable and password and something I've told it to fill out so I can run the bot again and again to create a new account.
It will also have to stop somewhere to let me fill in stuff it can't fill out (captchas maybe).
So with what would I create this. And I would make it run through my browser right?
I know no programing but I'd be willing to learn PHP or C++. I know completely different things but would either of those work?
Also what will the bot need to identify the username spots, password forms, ect? I could do something simple like make it run through the browser and make it tap tab X many times to get to the field and then fill it. So completely manual for each website then of course.
Any suggestions would be helpful for what I should use.
Thank you!