youtube bot

uso

Newbie
Joined
Jan 26, 2020
Messages
35
Reaction score
11
I've successfully created a multi threaded youtube view bot in python using proxies..
Problem is youtube does not register these views or view time.
Running the proxies in scrapebox shows they're not "google" proxies.
Am I doing something wrong or will only "google" proxies register views?

Thanks for any input. Much appreciated.
 
I've successfully created a multi threaded youtube view bot in python using proxies..
Problem is youtube does not register these views or view time.
Running the proxies in scrapebox shows they're not "google" proxies.
Am I doing something wrong or will only "google" proxies register views?

Thanks for any input. Much appreciated.
Google proxies just means they work with google.

you can build a custom test in scrapebox and test them against youtube.

Video




Youtube is very smart, so unless you are using an actual browser like IE rendering engine or Chromium or whatever in your python script then I doubt it will register.
 
youtube is very smart, so unless you are using an actual browser like IE rendering engine or Chromium or whatever in your python script then I doubt it will register.
Oh right, I'm using selenium. I guess that's why it won't register. Seems like they can detect it these days.|

Hey thanks for the info, Love your software.
Will try it out.
 
Oh right, I'm using selenium. I guess that's why it won't register. Seems like they can detect it these days.|

Hey thanks for the info, Love your software.
Will try it out.
Also they may discount public proxies if too many other people are using the same proxies to do the same thing. And/or if they show up on popular sites that google may monitor for public proxies.
 
Please how did you do it selenium for it to work proxy with authentication i.e proxy with username & password
 
Why cheat views?
Most people prefer to click on a video that has 1000 views rather than a video that has 0.
Also, to get watch hours for monetization.


Please how did you do it selenium for it to work proxy with authentication i.e proxy with username & password
stackoverflow.com/questions/55582136/how-to-set-proxy-with-authentication-in-selenium-chromedriver-python
 
Most people prefer to click on a video that has 1000 views rather than a video that has 0.
Also, to get watch hour
Thanks bros for monetization.



stackoverflow.com/questions/55582136/how-to-set-proxy-with-authentication-in-selenium-chromedriver-python



Thanks bro
 
there is a heavy fingerprinting scanning going on with yt, even with official headful chrome you won't be able to make them count.
I suspect major problem is canvas/webgl/webrtc fingerprinting
 
If your proxies don't work with google you're already dead in the water.

As others have mentioned there are much more complex problems to consider.

Fingerprinting has gotten very complex these days.

Some bot makers (not speaking about youtube bots specifically) go so far as to reverse engineer the anti-bot code in order to figure out how to get around it.

It can be tricky business.
 
i did successfully the same project in selenium - python and it works and i could bypass all fingerprints and everything . but i have a very small problem that confuse my code please see my question:
https://stackoverflow.com/questions/62052931/selenium-chromedriver-extension-python-crx-to-crx3

if we got an answer for this question i can share with you my script and you will discover what is your mistakes
 
Do you have the raw unpacked crx as .js files? you should be able to load those.
  1. Go to chrome://extensions/
  2. At the top right, turn on Developer mode.
  3. Click Load unpacked.
Should be able to do this with selenium.

Alternatively, get an older version of chromedriver?
https://sites.google.com/a/chromium.org/chromedriver/downloads

Is your extension involved in bypassing fingerprints? Could you accomplish the same results with code instead of ext?
 
try this crx to crx3 python script
github.com/pawliczka/CRX3-Creator
 
Hey, I want to know more about your project.

I am looking for someone who can develop a similar project for me

If you freelance, let me know.

Looking forward to your response. Write Soon!

I think you can post a new thread to "hire a freelancer"
 
Google proxies just means they work with google.

you can build a custom test in scrapebox and test them against youtube.

Video




Youtube is very smart, so unless you are using an actual browser like IE rendering engine or Chromium or whatever in your python script then I doubt it will register.

thank you i trying
 
A Youtube bot is the holy-grail of the bots.

Google uses all the tricks up his sleeve to catch fake bots. Even companies that sell fake traffic discourage to sells it from Youtube (and some charges you an absurdly price for it).

If you want to build a youtube bot, then you will need:

* A residential IP.
* A real browser with real cookies.
 
A Youtube bot is the holy-grail of the bots.

Google uses all the tricks up his sleeve to catch fake bots. Even companies that sell fake traffic discourage to sells it from Youtube (and some charges you an absurdly price for it).

If you want to build a youtube bot, then you will need:

* A residential IP.
* A real browser with real cookies.

Interesting! I used to create bots to play browser games automating mouse and keyboard, they are undetectable.
 
Interesting! I used to create bots to play browser games automating mouse and keyboard, they are undetectable.

Yes but you will need a different ip per view (and proxies don't work unless you want to pay premium for residential & virgin proxies). Also, you will want to create a new google account per view, the account must be aged and with movements.

I think somebody could create 10-100 accounts manually but other that, you will need a solid platform (lots of servers, proxies, lots of aged accounts, etc.).
 
Youtube recently made some changes, you can't even business mails now without being logged in, so make sure you are filling all those requirements (headers, probs auth cookies), before attempting anything.
 
Back
Top