Bots Programming Languages

jamez401

Newbie
Joined
Sep 14, 2016
Messages
11
Reaction score
2
Hi,

Just wondering what languages are more prominently used for bots, specifically streaming bots - if anyone has any insights on this.

Is it worth coding your own bot?

And is it possible to 'post' much of the fingerprint information, such as user agent and more parameters, via the bot code?

I'm just starting out and trying to figure out the best route to go down, primarily looking at streaming.

Thanks for any advice, J
 
Personally I use C++ for all off my bots.

Regarding your fingerprint question: Just use an iPhone to generate the views directly at the app (not at the browser). Android transfers too much sensitive device data to app owners and Google. Browsers use too much fingerprints.

I know that it's more complicated, but for sure worth a try.
 
Last edited:
Back
Top