Help: I need a good program / programming language for web tasks with captcha solver

Influenca

Junior Member
Joined
Jan 6, 2019
Messages
116
Reaction score
19
I created my first bot with the programming language applescript it works absolutely fine and fast, unfortunately I think the language does not fit for more complex website task. For example I didn't find a way to solve captchas with a service like 2captcha or anti-captcha.

Is there any language or program that can do all these tasks efficiently? I want to create some bots like an email account creator or an Instagram account creator. The login details should be saved in a text file.

I hope somebody can share his experience, because I want to learn a good program / programming language.
 
My Instagram account creator is made in C#, and uses Selenium.

Learn about basic C#, then HTML, and then dive straight in to automation.

It's a fun journey, but just remember it will take years before you create good software.

Just remember, it's not about the destination, it's about the ride. Enjoy learning and the rest will come.
 
Java, Python or C#
Any of the above language will do.
My Instagram account creator is made in C#, and uses Selenium.

Learn about basic C#, then HTML, and then dive straight in to automation.

It's a fun journey, but just remember it will take years before you create good software.

Just remember, it's not about the destination, it's about the ride. Enjoy learning and the rest will come.

I know it takes time but I enjoy learning. I think learning a language is better than using a short-term solution like Ubot or Zennoposter.
 
I know it takes time but I enjoy learning. I think learning a language is better than using a short-term solution like Ubot or Zennoposter.
It definitely is.
Btw..anticaptcha and 2captcha are just REST apis. They are language independent. You can use them with any language.

Just focus on the basics first..you can pick them up once you undeestand the basics.
 
My Instagram account creator is made in C#, and uses Selenium.

Learn about basic C#, then HTML, and then dive straight in to automation.

It's a fun journey, but just remember it will take years before you create good software.

Just remember, it's not about the destination, it's about the ride. Enjoy learning and the rest will come.
My aim is to program a software that nearly leave no footprints. But I read some articles in BHW and saw that many people have issues with Selenium and the Chrome driver, because they leave footprints. Is it possible to program a good bot which don't uses Selenium (alternatives)? As I understood Selenium is for clicking on a website right? In my first bot in applescript I implemented some Javascript to click buttons like: "do JavaScript "document.getElementsByClassName('xyz')[1].click();".
 
Back
Top