Anti-detect Browser Automation Coding, HELP???

Sorry didn't read that part, so in that case you can use Linken Sphere Automator, Adspower automation, Multilogin on Automation plan (didn't test that, looks like it's selenium), probably plenty more build-in options as well on other browsers

Or, super basic solution (need to test if it works, but it's like 5 minutes) - any chromium based antidetect browser + autofollow plugin, like that one for example

Twitter Auto Follower Plus​

 
Yes good vid, datadome is one of the leading anti bot company. Since ad fraud by bots is getting serious, it's obvious to invest in an antibot system.

Public bots will always leave fingerprints, cause they have homogenous settings, their behaviours may not be obvious, but wait till they catch all the outliers, run regressive analysis, and find out the exact delay timeouts, action behaviour etc...
 
it is simple manually twitter autoliker yes. but coding just cost time and money. people that are coding are not done in 30 minutes. cost hours.
No point in explaining this people that aren’t in the industry never understand. And to answer your question either find a company that has a team that manually does this with lots of research/trial and error or invest in Jarvee and learn how to use 4g proxies or you can pay Dr. Jarvee like $100 per account. The problem you’re going to always face “moneyisfree” is that it requires a lot of IP addresses for 20-30 accounts. Not to mention 4g proxies will run you $50+ a month. It’s a horrible thing to get into in 2022. You will most always run into getting accounts banned whether you do it yourself or hire someone else. Don’t hire someone to code something for you to do this. You will just need to get it recoded everytime tinder changes their algorithm or adds a new way to track bot like activity.
 
No point in explaining this people that aren’t in the industry never understand. And to answer your question either find a company that has a team that manually does this with lots of research/trial and error or invest in Jarvee and learn how to use 4g proxies or you can pay Dr. Jarvee like $100 per account. The problem you’re going to always face “moneyisfree” is that it requires a lot of IP addresses for 20-30 accounts. Not to mention 4g proxies will run you $50+ a month. It’s a horrible thing to get into in 2022. You will most always run into getting accounts banned whether you do it yourself or hire someone else. Don’t hire someone to code something for you to do this. You will just need to get it recoded everytime tinder changes their algorithm or adds a new way to track bot like activity.
Everytime twitter* sorry for the misspelling. But I would honestly just post a on a job board that your looking for an assistant for $3 per hour in a different country and have them manually do this per account. Having a different person per account to not link IP’s or having them use a VPN on their phone like Surfshark.
 
It's very easy to implement an anti-detect browser
There 2 parts in the development of this project : Backend + Frontend (user interface)
for the backend you should use NodeJs + some third party library that support web scraping or automation, and for the UI you can use something like electronJS
 
It's very easy to implement an anti-detect browser
There 2 parts in the development of this project : Backend + Frontend (user interface)
for the backend you should use NodeJs + some third party library that support web scraping or automation, and for the UI you can use something like electronJS
I’m not skilled or well versed in this. Almobdi33 are you able to do this or know anyone that can? I’m interested in watching some YouTube videos on this so I can eventually hire out for this I know it’ll cost big $$
 
for the backend you should learn Selenium :



for the front end User Interface you should learn electronJS :
 
For the most part, coders won't be needing GUI to run their own bot. It's a waste of time for developers. We only control it using CLI
 
for the backend you should learn Selenium :



for the front end User Interface you should learn electronJS :
Quick question, do you think this could be used to automate the platform onlyfans? It’s like a site like IG but with the ability to send locked paid content.
 
Can someone show me how to code a twitter auto follower for a antidetect browser?

Ive been searching and searching and cant seem to find a resource to help with this.
Some anti detect browsers have api for you to build any automation. For example, MarketerBrowser, but multi login do not do custom development.
 
You can use Lalicat Browser Automation, Gologin Automator, VMlogin Automation with API. and get help from their service or Technology online.
Now Lalicat Browser supports customized API access directly to your computer by their technology team helps. So do not worry if you have no idea about API interface to your local computer.
 
It sounds like you're looking for something that's close to ready-made or has a head-to-toe narrative, but this is a very niche area and those who already do this are selling their programs for a fee. Requires high level programming skills. If you are looking for something simple, you can prepare a macro. You can use Autoit for this.
 
Twitterdub is pretty good. I've used it myself for some tasks before learning how to automate it myself.

I don't use puppeteer. There are multiple frameworks, you have to try them all out and see which one works for you and suits your programming style. Puppeteer (with necessary addons), Pypeteer *for python, Selenium (with the necessary patches to make it undetectable), AutoIT+WebDriver, AutoHotkey+ChromeDriver etc etc there's probably more, these are just the ones I've tried.

Start with something really simple, single thread, automate 10 accounts, each of them being a browser profile you've set up manually and checked on creepJS.
Over time, you can start looking at concurrency etc.

Use the search function and spend a few days taking notes. There are no shortcuts to this - - you're talking about hoodwinking some of the largest websites on the internet, you won't find a simple TL;DR solution.
When you say, "Selenium (with the necessary patches to make it undetectable)," are you referring to injecting JavaScript to do things like overriding the values of certain properties, like window.navigator (as Evan Sangaline at intoli recommends)? Or are there other patches that I should be researching?

I'm basically asking because I've already written up a bunch of Python code using Selenium and am trying to avoid having to re-write in JavaScript with Puppeteer (I keep seeing people recommend Puppeteer, but I can't figure out why - still researching that part).
 
Back
Top