Node.js bot building

Sam09

Newbie
Joined
Jul 17, 2024
Messages
16
Reaction score
5
Hi guys, the question is about which brower should i use with node.js like puppeter, playwright, or chromium like google Chrome incognito mood when i need highest anti detection feature.
Im a none coder i use chatgpt to build my scripts to automate my works. But this time i need a bot that has anti detection i will use paid fingerprints and paid vpn. The bot is for YouTube Shorts upload. Could you guys tell me please which browser should i go with? Thanks in advance
 
Why are you using node for YT upload? Honestly I’d just use BAS with your login cookies. Then you don’t have to hassle with fingerprints.

Also why can’t you just schedule uploads? Are you uploading to 100s of channels or something?

Seems like you’re making it way more complicated than it needs to be, unless I’m missing something.
 
Why are you using node for YT upload? Honestly I’d just use BAS with your login cookies. Then you don’t have to hassle with fingerprints.

Also why can’t you just schedule uploads? Are you uploading to 100s of channels or something?

Seems like you’re making it way more complicated than it needs to be, unless I’m missing something.
Thanks bro you response. Currently im learning BAS still im not confident to build the bot with BAS. Its more Faster to build bot with coding with chatgpt. And yeah the bot is for mass upload. Like i will upload daiky 500-1k Channels
 
Thanks bro you response. Currently im learning BAS still im not confident to build the bot with BAS. Its more Faster to build bot with coding with chatgpt. And yeah the bot is for mass upload. Like i will upload daiky 500-1k Channels
this is crazy. I hope you have cheap and fast proxies brother
 
Thanks bro you response. Currently im learning BAS still im not confident to build the bot with BAS. Its more Faster to build bot with coding with chatgpt. And yeah the bot is for mass upload. Like i will upload daiky 500-1k Channels
Sounds like you have a massive spam operation. I dig it. Last I checked each channel can upload 100 shorts a day. x500 channels that’s 50,000 vids x min 200 views per video (gauranteed to get unless you’re shadowbanned) that’s roughly 10m views a day. Now the question is, how long can you go undetected, if at all.
 
Use the yt API + OAuth for real uploads if you want stable, long-term results. and even playwright is a bit more modern than puppeteer, I still choose puppeteer as automation bots

And what i am doing now, if you want to spam yt, my advice don't schedule them. Just upload in real time
 
Use the yt API + OAuth for real uploads if you want stable, long-term results. and even playwright is a bit more modern than puppeteer, I still choose puppeteer as automation bots

And what i am doing now, if you want to spam yt, my advice don't schedule them. Just upload in real time
I will do instant spam. And these channel las for max 24 hour. So what you suggest should i go with puppeteer?
 
I will do instant spam. And these channel las for max 24 hour. So what you suggest should i go with puppeteer?
Can you get traffic within that time to 500 accounts?

With long form videos you can get traffic over many days. But you need to verify all accounts multiple times. It's easier to maintain verified accounts after a while than constantly make new accounts. It's like a destructive operation...

The problem is you'll burn a ton of phone numbers and after a while you'll run out of them.
 
Hi guys, the question is about which brower should i use with node.js like puppeter, playwright, or chromium like google Chrome incognito mood when i need highest anti detection feature.
Im a none coder i use chatgpt to build my scripts to automate my works. But this time i need a bot that has anti detection i will use paid fingerprints and paid vpn. The bot is for YouTube Shorts upload. Could you guys tell me please which browser should i go with? Thanks in advance
If paid, use Doplhin anti detect. If free go with puppeteer all the way. Avoid selenium cuz it's outdated and can be detected easily.
 
consider using Puppeteer or Playwright with Chromium, as both libraries offer extensive customization options that can help evade detection.
 
In my experience, the best method is to use a anti detectable browser with a good quality proxy and chrome extension bot that enables real human behaviors like real mouse clicking, keyboard and scrolling.
By using above things, it will surely work 100%
 
you need to learn how to extract session cookies and use them instead of this
No, you don't need to extract session and cookies, this is only needed when you only need to use their API using its session and cookies, but this way can be detectable by them.
The best way is to use a chrome extension bot that behaviors like a real human
 
Back
Top