What Programming Language Is The Best For Botting

PowerPath

Regular Member
Joined
Feb 13, 2017
Messages
366
Reaction score
148
I want to create a facebook bot that can make accounts and then use those accounts to post photos and I would like it to be all automated. Something like Jarvee or Facedominator (but less complicated), but I am not sure about what programming language to learn. I made this thread to take suggestions from anyone who can help me make a decision. I thank you in advance for your comments.
 
If I am not mistaken, both Jarvee and Facedominator are coded in .NET. So, you could use VB or C#, they're both the same. Although I personally recommend C# due to its syntax.
 
I find creating bots quite complicated. Instead I just copy human actions using headless browser like phantomjs. Then run it day in day out with proxies etc. So a basic understanding of html and JS is more than enough.
 
Python, Java, c# doesn't matter, use whatever suits you. Any will work fine
 
Python is pretty good and for me it suits well.

I wouldn´t suggest Java though.

C# is suggestable, but not as good as Python is, in my opinion.
 
Python is pretty good and for me it suits well.

I wouldn´t suggest Java though.

C# is suggestable, but not as good as Python is, in my opinion.
c more powefull then python but in this case only for bots python better .

c is the lanuage that make other programming lanuages so dont no why you think phyhon the most powefull.
 
For speed of development, go with python. There are also a plethora of free python bots on the net so it would be easy to hit the ground running. You could just modify some the those and have a bot in no time.
 
c more powefull then python but in this case only for bots python better .

c is the lanuage that make other programming lanuages so dont no why you think phyhon the most powefull.
No, I was talking about the thread and in case of bots I´m preferring to use Python.

Yes, I know C is a kind of frame (if I can express it like that).
 
Python if you're a newbie, otherwise Perl, C and Java (for me at least).
 
I find creating bots quite complicated. Instead I just copy human actions using headless browser like phantomjs. Then run it day in day out with proxies etc. So a basic understanding of html and JS is more than enough.

Phantom has not been maintained for over a year. you may want to look at puppeteer.
 
basically doesnt matter, pretty much any language can do it. I run my own private bots and theyre in java, so far ive never had any limitations with it.
 
If you want simple then check out Alexia Basic - a programming language specifically designed for automating web tasks. Very easy to learn and extremely useful.
 
there was some good tutorials a member left in the download section for how he builds bots in c# , i've yet to look at them but a lot of people commented on the thread
 
C# / Python for the win.

However I use iMacros too for simple tasks I'm only going to need done once or twice.
 
Another one for C# and Python

Or you can go visual scripting with Ubot and such
 
Back
Top