Anti-detect Browser Automation Coding, HELP???

MoneyisFree

Regular Member
Joined
Mar 5, 2022
Messages
303
Reaction score
93
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.
 
Thread moved.
 
Most big websites use JS to look for fingerprints or abnormal automations.
You can either:

1) Use the mobile version of twitter with the right user-agent (which is harder to detect that is being automated due to the touch controls)
2) You can make sure you automate in a human way: mouse-move/hover, input with delay, etc. So for example when you are automating the clicking of buttons, make sure the mouse moves to the button, and then clicks, just as a human would do.
 
you will need a coding forum for this, nobody gonna show a tutorial how to do this. just learn python or java or whatever your antidetect browser is using to automate it.
 
Most big websites use JS to look for fingerprints or abnormal automations.
You can either:

1) Use the mobile version of twitter with the right user-agent (which is harder to detect that is being automated due to the touch controls)
2) You can make sure you automate in a human way: mouse-move/hover, input with delay, etc. So for example when you are automating the clicking of buttons, make sure the mouse moves to the button, and then clicks, just as a human would do.
1) So its not realisitc to do that when you want to run at least 20-30 accounts.
2) How do I set that up? Id need a antidetect browser. But how do I setup the mouse bot thing? Seems challenging to do
 
You need a headless browser api such as PhantomJS, super programming skills (to create your own dll then inject it into chrome and sniff data from chrome) and at least 1-2 months of hardwork.
I don't know much about chrome extensions but it should be possible through that as well but still alot of hardwork, maybe months of work just to get it going.
I once thought about making mouse activity recorder and re-player, but never found enough motivation lol

Best of luck
 
You need a headless browser api such as PhantomJS, super programming skills (to create your own dll then inject it into chrome and sniff data from chrome) and at least 1-2 months of hardwork.
I don't know much about chrome extensions but it should be possible through that as well but still alot of hardwork, maybe months of work just to get it going.
I once thought about making mouse activity recorder and re-player, but never found enough motivation lol

Best of luck
I dont even know what this means...

Theres no API coded for this simple task available on the internet somewhere?

Its just a basic twitter auto follow.
 
I dont even know what this means...

Theres no API coded for this simple task available on the internet somewhere?

Its just a basic twitter auto follow.

Node + PuppeteerJS with Puppeteer-Extra Plugins for anonymity, but that's probably overkill. I'd probably figure out how to do it with the Twitter API
 
Node + PuppeteerJS with Puppeteer-Extra Plugins for anonymity, but that's probably overkill. I'd probably figure out how to do it with the Twitter API
I dont have any experiment with this... Sounds like you understand this well.

Can you please explain to me in laymans terms....

I have a anti detect browser, Dolphin Anty. I need to automate it, what is the best way to do this?
 
I dont have any experiment with this... Sounds like you understand this well.

Can you please explain to me in laymans terms....

I have a anti detect browser, Dolphin Anty. I need to automate it, what is the best way to do this?
best way to do this is Node + PuppeteerJS with Puppeteer-Extra Plugins for anonymity just like he said.
so that means you need to google how to code .js puppeteer scripts.
 
best way to do this is Node + PuppeteerJS with Puppeteer-Extra Plugins for anonymity just like he said.
so that means you need to google how to code .js puppeteer scripts.
Is there a place I can go that already has scripts made? Like a twitter auto follower isnt anything never thought of before im sure its out there to be downloaded for free right?
 
Is there a place I can go that already has scripts made? Like a twitter auto follower isnt anything never thought of before im sure its out there to be downloaded for free right?
People don't usually post their automation scripts online for everyone to use and abuse. You have got to code it yourself, but you do need coding skills, otherwise you're out of luck.
 
People don't usually post their automation scripts online for everyone to use and abuse. You have got to code it yourself, but you do need coding skills, otherwise you're out of luck.
Okay okay I see, Maybe i could find someone on fiverr then? I really dont have the time or even desire to want to learn how to code. I literally dont know anything about it. Nothing. I dont even know what a node js is.
 
There are some repositories with anti-detect browsers on GitHub, as they're public ones there, so most of them anyway got detected by antibot software, but it's still possible to make use of them.

Stop asking, start doing, gl!
 
Okay okay I see, Maybe i could find someone on fiverr then? I really dont have the time or even desire to want to learn how to code. I literally dont know anything about it. Nothing. I dont even know what a node js is.

Yes you can try fiverr but be ready to pay big $$$ this is not as easy as you think.
 
Yes you can try fiverr but be ready to pay big $$$ this is not as easy as you think.
For a simple Twitter auto liker? Sheeeshhhhhh, why is everyone telling me to use anti detect browsers over followliker...

Everyone is making it sound so simple.

Okay thanks yall.
 
For a simple Twitter auto liker? Sheeeshhhhhh, why is everyone telling me to use anti detect browsers over followliker...

Everyone is making it sound so simple.

Okay thanks yall.
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.
 
Back
Top