Create a youtube view bot using 5 lines of python code

preview_player
Показать описание
hehe we made a view bot bois..

Subscribe.

Рекомендации по теме
Комментарии
Автор

This won't work anymore, for anyone who is gonna try this. It will appear to work but in a day the views will be gone. You need a proxy to actually make it work, and the code is nice but a bit messy for a bunch of views. If you ran this on a while True: loop overnight it would literally kill your PC's RAM. You would need to close the tab whenever it's done watching it... (I AM NOT ENCOURAGING THIS BTW)

theautonomous
Автор

I'm disappointed in that description.. jk nice video lol

hypnoticgaming
Автор

i clicked on the rickroll but my internet was really bad so it didnt load 😆😆

cChio
Автор

Edit: it looks like it worked but after a while, your views disappears. It's more like a neat party trick.

I made an improved version which allows users to input the amount of views they want, instead of the fixed five repeat cycles.
Code:
import webbrowser, time


url = input("Enter url: ")
views = input("Enter amount of views: ")
duration = input("Enter duration before opening another video (in seconds): ")

for i in range(int(views)):
webbrowser.open_new(url)
time.sleep(int(duration))

Thames.Chiratt
Автор

Bro
Your program is all well and good, but it won't get a video to 100 views.
The YouTube algorithm recognizes your requests from the same ip and at some point no longer counts them.
You would have to work with proxy servers and more threads...

theincredablesickgroup
Автор

you cannot obtain views like this. YT knows the views are coming from the same computer and will correct the legit count with in 48 hours. you need vpns, and possibly a ID spoofer. im no coder but i do love computer shenanigans lol and i have gotten 2500 view hours in 4 months with the use of multiple devices, vpns, and even a web browser spoofer. most views i got in a session was about 5000. and it was over 6-7 hours. it is a pain in the ass cause i have to manually set up 6 to 8 devices LMFAO and run the vpns and occasionally have to deal with the stupid ARE YOU STILL THERE. im trying to automate my shenanigans so i dont have to pay attention. i actually over heated my $1500 laptop by having 15 browsers running you tube hahaha another trick you can do isset video to play 2x speed, yes you will double your views. this works. i do it every day lol. set your videos to run 2x speed and lowest quality 144. i have been able to get 1200 views per hour doing this. dammit i have way too many hobbies .

TRUMP_WAS_RIGHT_ABOUT_EVRYTHNG
Автор

is there a way to add a line that deletes a page once complete

niqvenus
Автор

I think this works for something I have planned, will keep updated

noodles
Автор

is there a way to close the tab after so i can use a while loop?

LeadEntertainment
Автор

how did i just fall for that, lmao, this man is too powerful

cloudaudio
Автор

Great work dude. You just naild it!!!!

infosys_force
Автор

when ever I run the program it takes me to internet explorer how to i fix it i use pycharm

kraftygamer
Автор

bro can you make the forst tab close everytime a new tab opens?
(my pc will die)

lakshlenard
Автор

nice rickroll at the description dude lol

hibyeheibai
Автор

My magic brain detect a 1 Rickroll on the description





















awesome
Автор

YouTube views bot ❎ auto play youtube video✅

Matti_Editzs
Автор

youtube doesnt allow to open like 100 windows and keep the videos running in the background, but is cool anyway to push a bit a small video, maybe to get 100 seconds of views and then opened like 100 times.

Rapha_Carpio
Автор

Heres code if your lazy

import webbrowser, time
url = input("Enter url: ")
duration = input("Enter duration: ")
for i in range(5):
webbrowser.open_new(url)
time.sleep(int(duration))

exploitshowcasechannel
Автор

bro can we do something to automatically close the tab ???

hansaj
Автор

Is there something that can be added to the code to maybe close the tabs after a certain amount has been opened then start the process all over again but close the tabs once it gets to a certain amount

tristanmunz