wich is the best scripting langage to build a bot?

python w/ selenium. its designed for that.
or get software like zennoposter or browser automation studio. both guys have threads on bhw. you get a gui interface and don't have to learn any code. write powerful browser automation bots. you still have learning curve for using the software to fullest potential.
 
Choose whatever language you know best because otherwise you will need to learn the language while learning to bot which could slow you down and frustrate you.

I would prefer Java over C# because Java can run anywhere while C# can only run on windows. C# is very similar to Java. Microsoft used to have a framework called XNA that allowed you to create games using C#. I grew up knowing Java and was easily able to create a C# app.

All of this is moot if you don’t know either language. Python and PHP are retard friendly because they are higher level scripting languages and a good candidate to learn how to program and develop. Premature optimization is the root of all evil so don’t concern yourself with multithreading, scaling, or performance until you get something working first. If you’re worried about the end product before getting to the end you’ll never end.
100% agree
 
Python and PHP are my go to. Both are very easy to come up with a working prototype once you got the basics down.
 
I highly recommend python, easier, stable, can use multithread, also you can create simple GUI.
 
you're asking a scripting languages: javascript is pretty good for this.

compiling languages: they all do good bot but the online community of python is just the biggest. So you'll find alot of tutorial for what you need.

Python is considered scripting and compiling.
 
Choose whatever language you know best because otherwise you will need to learn the language while learning to bot which could slow you down and frustrate you.

I would prefer Java over C# because Java can run anywhere while C# can only run on windows. C# is very similar to Java. Microsoft used to have a framework called XNA that allowed you to create games using C#. I grew up knowing Java and was easily able to create a C# app.

All of this is moot if you don’t know either language. Python and PHP are retard friendly because they are higher level scripting languages and a good candidate to learn how to program and develop. Premature optimization is the root of all evil so don’t concern yourself with multithreading, scaling, or performance until you get something working first. If you’re worried about the end product before getting to the end you’ll never end.
C# has been cross platform for some time now since the release of .NET core.
 
Back
Top