Youtube Viewer Bot

Franke123

Junior Member
Joined
Mar 27, 2013
Messages
111
Reaction score
41
I am currently working on my youtube viewer bot, I have figured out that youtube will stop if you keep refreshing the page at about 300.
Although, if you watch the full video, it keeps counting, and counting your views. Also, for those first 300 views I recommend setting the video length setting to 5-7, it will add but once you hit 300 switch the video length to your video length plus about 20 seconds. Example: With a 1:40 minute video you would set the video length to 2:00 (1:40 + 0:20 = 2.00 * 60 = 120 seconds).

Note: It may still pause (shortly) at 300 because youtube refreshes popular videos view count about once every 3 hours.
Note: This is written in python 3.3.0 so make sure you have that downloaded!
Note: The cmd window that opens and closes is python closing the chrome window after opening it!
Note: I know this is currently not very good, I am adding proxy support!

IMPORTANT v
STARTING THIS PROGRAM WILL OPEN/CLOSE YOUR DEFAULT BROWSER! SO IT CAN VIEW THE VIDEO!
IMPORTANT ^

I cannot post the download url. So.... here is the src code just save it as a .py file! Replace {tab} with a tab

import webbrowser
import time
import os


inpt = input("Enter youtube url: ")
inpt2 = input("Enter refresh rate(seconds): ")
inpt3 = input("Enter your default browser: ")


def OpenUrl():
{tab}print ("Viewed.")
{tab}os.system("TASKKILL /F /IM " + inpt3 + ".exe")
{tab}webbrowser.open(inpt)
{tab}time.sleep(int(inpt2))
OpenUrl()


OpenUrl()
 
Last edited:
Oh dear, get ready for the BHWers with flamethrowers to arrive buddy ;)
 
What do you mean by "with flamethrowers"?
 
Wow This this the best you tube bot , just try it guys u need only 1 weak for 100 views
 
Hello franke123,
YouTube counts videos as they are started. In as little as 5 seconds (i.e., if you only watch the first 5 seconds of a video), your video count is incremented. It could be less. I tested 5 and it worked. That's enough for me. This is for watching videos ON YouTube.
Also from my research, I've come across a little hitch in the incrementing logic that says somewhere around 300 views (some people say at 308 views), YouTube freezes your count view while it starts sniffing around for view fraud. Obviously, since video view count is such a huge part of the ranking algorithm on YouTube, they are sensitive to people inflating their views. This can happen in a number of ways, but they basically want to comb through cookies and IP addresses to make sure that the video views up to and past this point are valid. I guess it's possible 308 is some sort of a point of inflection that determines whether a video is actually popular, according to their math.
YouTube video count WILL increment when:

  1. You watch a video on youtube, as long as you don't reload the video a bazillion times (particularly as it approaches 308 views).
  2. You watch an embedded video (using YouTube's own HTML5 or Flash player) on another domain that requires you to hit play.
YouTube will NOT increment video count when:

  1. You watch an embedded video in a player that has autoplay enabled (video begins playing immediately on page load).
  2. You watch a video that is loaded through a proprietary player via the YouTube API.as you can see above, you will need to watch it. I don't recommend using this piece of source, add a kind of proxy to it.
 
To all of you who are making fun of this, I said I was WORKING on it, im adding proxy support.
 
Im sorry, im honestly kind of a noob, what do you mean by set a refferer sorry....
 
Im sorry, im honestly kind of a noob, what do you mean by set a refferer sorry....
 
Nice one,

People stop complaining, bots to get hundreds of thousands of views or thousands of views wouldn't be given free, they would cost a fortune!

Good job OP!
 
Attention: For this bot I will be switching over to VBNET so I can add proxy support, I know how to do a really easy one in vbnet but not so much in python! Although, if someone showed me one I would switch back
 
:D
ref and clear cookies and proxy with all this u will not get more than 300-400 by day max (u can get more than that from any exchange site)
anyway good luck
 
If you keep posting stuff like this then you will be head hunted by google.
 
Well, ive done some math and if my latest update works, I should be able to get 16k daily.
 
Ha, thanks. But the update could be a day or 2. (Or an hour im in the zone XD)
 
Back
Top