Web Bots

shanteclaire

Newbie
Joined
Jun 16, 2016
Messages
5
Reaction score
0
Does anyone know any good books and resources on building web bots and automated software and what language would be good for that
 
I presume as you're a newbie. So, there is two options for you.
1. Learn programming languages like .net, c#, java, php etc..
2. Use bot creating tools like uBot, Zennoposter etc..

Choice is yours.
 
I am most familiar in python. is there any tutorial on where I should even start. I am not scared to learn a new language but if i already know python i was wondering i should just try to build something
 
I also recomend you look into python...the learning courve is fast...I can say if you ever played with automation tools you would have no problem learning py. Give it a try! :D
 
This is really a question of what your plan is. I recommend you start with automated software that is free, then move to something that is paid (usually better), then you will have a good idea of a language to move to. This could take months of time but is worth it.

for me, I started out with autoit, imacros, then ubot, then python, then C#.
 
You also want to learn about multithreading and synchronization, if you decide to use programming language. Are you planning to use http client or full browser emulation?
 
Back
Top