Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



 5320

[Question] Best programming language for bots?

by Devata - 23 February, 2022 - 01:27 AM
This post is by a banned member (Devata) - Unhide
Devata  
Registered
5
Posts
1
Threads
2 Years of service
#1
I'm looking for someone with some experience with coding bots. Particularly looking into a bot that could generate serials from a given sequence, then check the warranty on a website. For example Dell, Microsoft, Logitech this list can go on. Just wanting an opinion from someone has some experience. Or peoples take on this. Would be wanting the bot to be able to do as many CPM(Check's per minute) as possible. 

Don't care about a real learning curve or what's faster to get into, I'm looking for what will be the most efficent in the long run. Looking at Python, C#, JS? Please let me know!
This post is by a banned member (rt214229) - Unhide
rt214229  
Registered
24
Posts
0
Threads
4 Years of service
#2
Hi there, I would recommend JS, python is also good but JS is my personal preference for creating Bots!
This post is by a banned member (monikr) - Unhide
monikr  
Registered
24
Posts
3
Threads
2 Years of service
#3
JavaScript is a good language for anything that uses JSON. However keep in mind that higher level languages don't usually give you full control over what your code is doing. I think for simple stuff, a Node.js application could suffice. For anything that requires performance I'd probably pick C# or Java.
This post is by a banned member (blacksand) - Unhide
blacksand  
Registered
3
Posts
1
Threads
2 Years of service
#4
Interpreted languages are slower than compiled ones. Javascript is an especially bad choice, because it lacks multithreading. Python is better, but it's still orders of magnitude slower than compiled languages such as C/C++, Rust, Go, etc.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)