Is C++ a good choice to make bots?

If you're already into JavaScript, Python is a solid pick for bot stuff—it's got libraries for Telegram, Discord, Facebook, and even automating Pinterest. Go (Golang) is awesome if you want something fast and can handle lots of bots at once. C# is great if you're messing with Skype or Windows-based bots. But if you're cool with sticking to JavaScript, Node.js works just fine too, with libraries like discord.js and telegraf. Honestly, Python is probably the easiest and most versatile choice to get you started. Just my opinion
 
Honestly, for bots like that, Python might be quicker to pick up and get running, plus there are tons of libraries already built for interacting with APIs. C++ is powerful, but seems like overkill unless performance is absolutely critical.
 
C++ is powerful but a bit complex for bots. Python is easier and better for most automation tasks.
 
C++ is really powerfull but way too much complicated for things like bots.

python, java, c# is much easier
 
My lang-to-go was C#. Windows UI automation is really powerful tool for building bots.
 
Hello!

I am quite familiar with JavaScript and I need to learn new programming language for making bots.
Bots for communicators (ICQ, Skype, Trillian and many other). Somebody whop type to me this bot should answer everyone.
And the bots for Facebook (private messages), Pinterest (make follows) and other.

Is C++ a good choice for making these kind of bots?
Yes, C++ can be a good choice for building bots—especially when you need high performance, low-level control, or fast execution. But for most automation or networking bots, languages like Python are usually quicker and easier to work with. It mainly depends on your goals and the complexity of the bot.
 
Hello!

I am quite familiar with JavaScript and I need to learn new programming language for making bots.
Bots for communicators (ICQ, Skype, Trillian and many other). Somebody whop type to me this bot should answer everyone.
And the bots for Facebook (private messages), Pinterest (make follows) and other.

Is C++ a good choice for making these kind of bots?

Are you planning on using a Javascript Library for C++?
 
Absolutely, C++is a powerhouse for bot development if you prioritize-lighting-fast performance and total control over your systems resources.
 
C++ is probably the most powerful language out there but really hard

What everyone seems to be doing lately is embed javascript into C++

Even windows is now using javascript (electron) with C++
 
actually c# will be better so you can use WinForms or ASP Core MVC and build a web app or desktop app with your ideas of bots
 
Back
Top