Skip to content

Commit 85c8215

Browse files
author
NafisFaysal
committed
get/hack More views for youtube videos
1 parent 8c3fa0e commit 85c8215

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

get_youtube_view.py

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import time
2+
import webbrowser
3+
4+
#how much views you want
5+
6+
totalBreaks = 30
7+
countBreaks = 0
8+
9+
print("Enjoy your Time\n" +time.ctime())
10+
while(countBreaks < totalBreaks):
11+
time.sleep(5)
12+
webbrowser.open("https://www.youtube.com/watch?v=o6A7nf3IeeA")
13+
countBreaks = countBreaks+1

0 commit comments

Comments
 (0)