Is python good for coding a bot?

Yudontno

Newbie
Joined
Aug 29, 2022
Messages
31
Reaction score
11
Hope this is in the right thread but i want to know if its possible to code a hard to detect bot for fake engagement to boost rankings on social media like youtube and instagram. I dont need code or sources just wanted to know if it can be done suggestions are welcomed
 
Possible yes. But very difficult especially without prior experience. It's not difficult to find source code for existing bots, take that code, understand it and make tweaks where needed.
 
"a hard to detect bot" This isn't that much about the language used to code in. From what I read, most of digital fingerprints can be hidden/faked with almost any popular language using the right tools/modules and tweaks. What can be a roadblock sooner or later, is activity patterns, account authority and other social signals that happen inside the network.

Anyways, Python can get you up to a point, then you could combine it with other scripts/modules and then simulate some human-like patterns to stay under the radar.

* As I only know Python I can't give advice on - or make a comparison with other languages. Other members could enlighten us more.
 
Use the search function, we have answered your questions many times...
 
Possible yes. But very difficult especially without prior experience. It's not difficult to find source code for existing bots, take that code, understand it and make tweaks where needed.
Currently trying this where can i learn new strings of code like implementing account sign ins and such.
 
"a hard to detect bot" This isn't that much about the language used to code in. From what I read, most of digital fingerprints can be hidden/faked with almost any popular language using the right tools/modules and tweaks. What can be a roadblock sooner or later, is activity patterns, account authority and other social signals that happen inside the network.

Anyways, Python can get you up to a point, then you could combine it with other scripts/modules and then simulate some human-like patterns to stay under the radar.

* As I only know Python I can't give advice on - or make a comparison with other languages. Other members could enlighten us more.
Thank you i appreciate you going in depth im not sure how good bot detection will be in the future hopefully i wont need a bot by the time they update algorithms or detection.
 
Yes you can use Python and Selenium or Pyppeteer to create web automations, NodeJs with Puppeteer is also a good option.

For fingerprints you can automate an anti-detect browser instead of chrome.
 
Python is a fantastic language for creating bots. Python can sometimes be combined with Selenium to interface with web browsers. All the best
 
Depends on the level of your knowledge of Phyton. Must also know some proxy, API and some more different things:)
 
Python has many benefits that other coding languages don’t have, and these make it ideal for programming chat bots. Due to its extreme versatility and open source library, Python could be considered a do-it-all bot coding language. With consistent syntax and natural language, Python has easiest coding languages too.
 
Yes you can use Python and Selenium or Pyppeteer to create web automations, NodeJs with Puppeteer is also a good option.

For fingerprints you can automate an anti-detect browser instead of chrome.
Im new to python i recently got a script that already works but i want to add onto it keystroke manipulation to make it even more realistic. This has been a fun journey so far im starting to like the world of coding.
 
Depends on the level of your knowledge of Phyton. Must also know some proxy, API and some more different things:)
Working on a way to integrate my own 4g proxies i also need to make a code to rotate them with ease.
 
Python has many benefits that other coding languages don’t have, and these make it ideal for programming chat bots. Due to its extreme versatility and open source library, Python could be considered a do-it-all bot coding language. With consistent syntax and natural language, Python has easiest coding languages too.
Really though i tried java scrip and c+ before and i hated my life for a month but i know someone who has a lot of experience with python so im fortunate to have not only a tutor but an easy to learn language.
 
Python is fantastic for building an amazing bot with the correct knowladge!
 
Thank you everyone for your insights im learning more by the hour and its exciting.
 
Back
Top