Language for making bots

My vote is for Vb net Its super simple to learn and it does a great job emulating an actual browser window. It also can made into a exe file pretty simply and sold to people. Which is always an added bonus.
 
For bots, Python is probably your best bet. Wouldn't recommend PHP, as PHP doesn't allow for multi-threading.
 
I think c# is the most easiest among this. If you have programming basic then you can do this easily. It's an easy language to learn.
 
Don't know why this thread is still kicking but just another insight to offer: C# makes for a VERY easy transition to/from JavaScript- the syntax is very similar, and both languages are fairly easy to pick up.
 
Back
Top