Giter VIP home page Giter VIP logo

youtube-livestream-botter's Introduction

1.0 Instructions for Windows (.exe / Windows Executable File)

  • Download the ".exe" variant of the program.
  • Double click or right click -> execute the file
  • Enter the ID of a YouTube livestream
  • Enter an amount of threads
  • See the viewers rise!

2.0 Instructions for Windows/Linux (.py / Python)

  • Download the ".py" variant of the program.
  • Double click or right click -> edit with IDLE
  • Press "F5" to run the program
  • Enter the ID of a YouTube livestream
  • Enter an amount of threads
  • See the viewers rise!

3.0 Whats the ID of a Livestream?

YouTube URLs look something like this => https://www.youtube.com/watch?v=dQw4w9WgXcQ
Then dQw4w9WgXcQ would be the ID of the video.

C# Version!

In case my tool doesnt work try Airkek's tool https://github.com/Airkek/Youtube-Viewers

Run on Repl.it

youtube-livestream-botter's People

Contributors

airkek avatar blakedrumm avatar classic298 avatar jakershaker1 avatar kevinlage avatar leftbased avatar nishant-byte avatar rafalohaki avatar theawesome98-real avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

youtube-livestream-botter's Issues

Correct format for proxies from file

Is it the correct format for proxies from file when we dont need proxies from url in the py script?
`class proxy():

def update(self):
    while True:
        data = '"C:\Users\Administrator\Desktop\proxies.txt"'
        urls = []
        for url in urls:
            data += requests.get(url).text
            
        self.splited += data.split("\r\n") #scraping and splitting proxies
        time.sleep(300)

def get_proxy(self):
    random1 = random.choice(self.splited) #choose a random proxie
    return random1
def FormatProxy(self):
    proxyOutput = {'https' :'https://'+self.get_proxy()}
    return proxyOutput

def __init__(self):
    self.splited = []
    threading.Thread(target=self.update).start()
    time.sleep(3)

proxy1 = proxy()`

However it is not working for me.

not work

stuck on botted:0
also sgestion to use an extrnal proxy list so it wil be ez to use custum proxys

is not defined error

Traceback (most recent call last):
File "YouTube Livestream Botter.py", line 23, in
token = input("ID?\n")
File "", line 1, in
NameError: name 'keCf1v_vr1U' is not defined

Recommend youtube live

Hello, thx for script) I have question. YouTube not reccomens livestream if you have 500 views why?

Hello 2 question :)

root@ubuntu-s-4vcpu-8gb-nyc3-01:~/nowy/YouTube-Livestream-Botter# python YouTube\ Livestream\ Botter.py kdtkyYid7YA 1000
File "YouTube Livestream Botter.py", line 14
SyntaxError: Non-ASCII character '\xe2' in file YouTube Livestream Botter.py on line 15, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

I have this error when try open this in ubuntu on windows work good ;/

root@ubuntu-s-4vcpu-8gb-nyc3-01:~/nowy/YouTube-Livestream-Botter# python YouTube\ Livestream\ Botter.py
File "YouTube Livestream Botter.py", line 14
SyntaxError: Non-ASCII character '\xe2' in file YouTube Livestream Botter.py on line 15, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

I would like to make this thing even better

Hello Kevin , if you read this i have some suggestion on improving this tool , i see you removed the exe because of some reasons but thats fair enough, what i want is to have an option to change the proxy url or to manually provide a txt file with proxies in that way someone can use their private proxies too, also in the header where you provide a user agent ,there i want to suggest you something similar to the proxy file where user can provide a txt file with different user agents line by line , in that way it would be more good of a tool , if you are are reading this reply back so that i can provide some code ideas for the above , i am no good ad coding and the exe i build after modifying the py file provided is not working to , thats why i need you to help . reply back

my apologies to all I do not want to bother anyone

My English is not very good and i know this is a nice gifr from you guys :) (im ready if this change i will be client for sure lol)

but i'm really worried since yesterday, I don't know if I'm doing something wrong, I follow these steps

1.0 Instructions for Windows (.exe / Executeable File)
Download the ".exe" variant of the program.
Double click or right click -> execute the file
Enter the ID of a youtube livestream
Enter an amount of threads
See the viewers rise!

2.0 Instructions for Windows/Linux (.py / Python)

3.0 Whats the ID of a Livestram?
YouTube URLs look something like this => https://www.youtube.com/watch?v=dsfsdefgdfdsf
Then dsfsdefgdfdsf would be the ID of the video. (with the latest version of the bot)

or I don't know, if something happen with YouTube (before 1 hour video was 1K Views easy lol)
the thing is that after getting 9k+Views 3k+Views and 1k+Views on Apr 15, 2020
all my other videos are (68 Views ) (143 Views) i no longer catch 700 Views not even with 11 hour long video lol
is this normal now or am I doing something wrong ??
https://imgur.com/a/SzON58Q
questions please:
We also need to run the bot.exe on the same pc we are streaming or any other pc ??
How many bot.exe can you run at the same time?
thanks you all :)

hello

I couldn't compile the script!
Would you help me?

When i bot any stream i get this error please help

Exception in thread Thread-1:
Traceback (most recent call last):
File "site-packages\urllib3\connection.py", line 160, in _new_conn
File "site-packages\urllib3\util\connection.py", line 80, in create_connection
File "site-packages\urllib3\util\connection.py", line 70, in create_connection
TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "site-packages\urllib3\connectionpool.py", line 603, in urlopen
File "site-packages\urllib3\connectionpool.py", line 344, in _make_request
File "site-packages\urllib3\connectionpool.py", line 843, in _validate_conn
File "site-packages\urllib3\connection.py", line 316, in connect
File "site-packages\urllib3\connection.py", line 169, in _new_conn
urllib3.exceptions.NewConnectionError: <urllib3.connection.VerifiedHTTPSConnection object at 0x000001F7B0F23A48>: Failed to establish a new connection: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "site-packages\requests\adapters.py", line 449, in send
File "site-packages\urllib3\connectionpool.py", line 641, in urlopen
File "site-packages\urllib3\util\retry.py", line 399, in increment
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='api.proxyscrape.com', port=443): Max retries exceeded with url: /?request=getproxies&proxytype=http&timeout=10000&ssl=yes (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x000001F7B0F23A48>: Failed to establish a new connection: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond'))

Stuck at 0

Error code:Exception in thread Thread-1:
Traceback (most recent call last):
File "site-packages\urllib3\connectionpool.py", line 597, in urlopen
File "site-packages\urllib3\connectionpool.py", line 343, in _make_request
File "site-packages\urllib3\connectionpool.py", line 839, in validate_conn
File "site-packages\urllib3\connection.py", line 337, in connect
File "site-packages\urllib3\util\ssl
.py", line 347, in ssl_wrap_socket
File "ssl.py", line 500, in wrap_socket
File "ssl.py", line 1040, in _create
File "ssl.py", line 1309, in do_handshake
ssl.SSLError: [SSL] unknown error (_ssl.c:1108)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "site-packages\requests\adapters.py", line 439, in send
File "site-packages\urllib3\connectionpool.py", line 637, in urlopen
File "site-packages\urllib3\util\retry.py", line 399, in increment
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='api.proxyscrape.com', port=443): Max retries exceeded with url: /?request=getproxies&proxytype=http&timeout=10000&ssl=yes (Caused by SSLError(SSLError(1, '[SSL] unknown error (_ssl.c:1108)')))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "threading.py", line 932, in _bootstrap_inner
File "threading.py", line 870, in run
File "bot.py", line 62, in update
File "site-packages\requests\api.py", line 75, in get
File "site-packages\requests\api.py", line 60, in request
File "site-packages\requests\sessions.py", line 533, in request
File "site-packages\requests\sessions.py", line 646, in send
File "site-packages\requests\adapters.py", line 514, in send
requests.exceptions.SSLError: HTTPSConnectionPool(host='api.proxyscrape.com', port=443): Max retries exceeded with url: /?request=getproxies&proxytype=http&timeout=10000&ssl=yes (Caused by SSLError(SSLError(1, '[SSL] unknown error (_ssl.c:1108)')))

It then asks for threads and gets stuck at 0 botted

Ability to use your own proxy.

Hello. Will it be possible to use your proxies to cheat the viewers? Or the ability to combine your own proxies with proxyscrape?

Need help to fix Yt bot

hi guys,
I am working on patched c# 2020 YT Bot but I replace user agents, API link but still not working, maybe some things still wrong and maybe API link, and I am also new in view bots things so can you guys help me to fix it. and guys the main point is this I don't have its real source code, my friend bought it so I decompiled it and remaking it.

Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1 Mobile/15E148 Safari/604.1

string request = string.Format("https://s.youtube.com/api/stats/watchtime?ns=yt&el=detailpage&cpn={0}&docid={1}&ver=2&referrer=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D{2}&cmt={3}&plid={4}&ei={5}&fmt=136&fs=0&rt={6}&of={7}&euri&lact={8}&live=dvr&cl={9}&state=playing&vm={10}&volume={11}&c=WEB&cver={12}&cplayer=UNIPLAYER&cbrand=apple&cbr=Safari%20Mobile&cbrver=12.1.15E148&cmodel=iphone&cos=iPhone&cosver=12_2&cplatform=MOBILE&delay=5&hl={17}&cr={18}&rtn={19}&afmt=140&lio=1556394045.182&idpj={21}&ldpj={22}&rti={23}&muted=0&st={24}&et={25}", (object)cpn, (object)Program.docid, (object)Program.docid, (object)str2, (object)plid, (object)ei, (object)str3, (object)of, (object)lact, (object)cl, (object)vm, (object)vol, (object)cver, (object)cbr, (object)cbrver, (object)cos, (object)cosver, (object)hl, (object)cr, (object)num3, (object)rndval, (object)idpj, (object)ldpj, (object)num4, (object)str1, (object)str2);

it doesnt work

it says how its like botting it but the viewers dont show

basically no views anymore help please

hi there is any problem with bot ?? before i get 4K or 5K Views, but now is only 100,300 Views for video since yesterday (i do not if it has anything to do with my monetization that started two days ago) someone with the same problem ?? thank you all very much again !!

bot stop working ??

hello and thank you KevinLage and all who make this beautiful bot possible :)
do you know if this is normal ?? (z0Hei-7i6BU) youtube change something or bot stop working ?? thank you all very much and blessings to all

The bot doesn't deliver views anymore.

The bot doesn't deliver views anymore. The bot window shows that views are being delivered but... Youtube doesn't receive any of them. Since you made a very great thing with these programming, i thought you should know ^_^

Broken

I received this message after entering the ID

ID?
SBdkOH2j6oQ
Exception in thread Thread-1:
Traceback (most recent call last):
File "requests\packages\urllib3\connectionpool.py", line 544, in urlopen
File "requests\packages\urllib3\connectionpool.py", line 341, in _make_request
File "requests\packages\urllib3\connectionpool.py", line 761, in validate_conn
File "requests\packages\urllib3\connection.py", line 238, in connect
File "requests\packages\urllib3\util\ssl
.py", line 279, in ssl_wrap_socket
File "ssl.py", line 423, in wrap_socket
File "ssl.py", line 870, in _create
File "ssl.py", line 1139, in do_handshake
ssl.SSLError: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:1076)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "requests\adapters.py", line 370, in send
File "requests\packages\urllib3\connectionpool.py", line 574, in urlopen
requests.packages.urllib3.exceptions.SSLError: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:1076)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "threading.py", line 926, in _bootstrap_inner
File "threading.py", line 870, in run
File "main1.py", line 60, in update
File "requests\api.py", line 69, in get
File "requests\api.py", line 50, in request
File "requests\sessions.py", line 465, in request
File "requests\sessions.py", line 573, in send
File "requests\adapters.py", line 431, in send
requests.exceptions.SSLError: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:1076)

image

I am not getting views

I started a live stream on YouTube and ran the bot because of the bot i got 74 viewers and I live streamed for 15mins. But once I opened YouTube studio there were no views or watchtime added to the live stream. Why is this happening ? I even opened the yt studio after 1 day still got no views or watchtime. Help !

I am not able to get it working!

This is what i get when i run the bot, it is the exe.
Is there a fix for this?


███████╗████████╗██████╗ ███████╗ █████╗ ███╗ ███╗ ██████╗ ██████╗ ████████╗████████╗███████╗██████╗
██╔════╝╚══██╔══╝██╔══██╗██╔════╝██╔══██╗████╗ ████║ ██╔══██╗██╔═══██╗╚══██╔══╝╚══██╔══╝██╔════╝██╔══██╗
███████╗ ██║ ██████╔╝█████╗ ███████║██╔████╔██║█████╗██████╔╝██║ ██║ ██║ ██║ █████╗ ██████╔╝
╚════██║ ██║ ██╔══██╗██╔══╝ ██╔══██║██║╚██╔╝██║╚════╝██╔══██╗██║ ██║ ██║ ██║ ██╔══╝ ██╔══██╗
███████║ ██║ ██║ ██║███████╗██║ ██║██║ ╚═╝ ██║ ██████╔╝╚██████╔╝ ██║ ██║ ███████╗██║ ██║
╚══════╝ ╚═╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝ ╚══════╝╚═╝ ╚═╝

ID?
oKI5NrjEuTc
Exception in thread Thread-1:
Traceback (most recent call last):
File "site-packages\urllib3\connectionpool.py", line 597, in urlopen
File "site-packages\urllib3\connectionpool.py", line 343, in _make_request
File "site-packages\urllib3\connectionpool.py", line 839, in validate_conn
File "site-packages\urllib3\connection.py", line 337, in connect
File "site-packages\urllib3\util\ssl
.py", line 347, in ssl_wrap_socket
File "ssl.py", line 500, in wrap_socket
File "ssl.py", line 1040, in _create
File "ssl.py", line 1309, in do_handshake
ssl.SSLError: [SSL] unknown error (_ssl.c:1108)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "site-packages\requests\adapters.py", line 439, in send
File "site-packages\urllib3\connectionpool.py", line 637, in urlopen
File "site-packages\urllib3\util\retry.py", line 399, in increment
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='api.proxyscrape.com', port=443): Max retries exceeded with url: /?request=getproxies&proxytype=http&timeout=10000&ssl=yes (Caused by SSLError(SSLError(1, '[SSL] unknown error (_ssl.c:1108)')))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "threading.py", line 932, in _bootstrap_inner
File "threading.py", line 870, in run
File "bot.py", line 62, in update
File "site-packages\requests\api.py", line 75, in get
File "site-packages\requests\api.py", line 60, in request
File "site-packages\requests\sessions.py", line 533, in request
File "site-packages\requests\sessions.py", line 646, in send
File "site-packages\requests\adapters.py", line 514, in send
requests.exceptions.SSLError: HTTPSConnectionPool(host='api.proxyscrape.com', port=443): Max retries exceeded with url: /?request=getproxies&proxytype=http&timeout=10000&ssl=yes (Caused by SSLError(SSLError(1, '[SSL] unknown error (_ssl.c:1108)')))
How many Threads? Recommended: 500 - 1000

Most proxies blocked

Most proxies are blocked causing only a few views to go through when the botted total is at 1000 for example

Proxies API integration

Thank you KevinLage for this wonderful program.

I tried the two version .py and .exe, the bot stop after few hours "4-6 hours max"
Maybe it's due to proxies.

Tried to integrate a new api with authorization Token but no success. get errors.
Is there away to help me out set it up.

New api :

import requests

response = requests.get("https://PROXYSITE/api/proxy/list/?page=1&countries=US-FR", headers={"Authorization": "Token "})
response.json()

Thank you

Luminati Proxy

I want to add a premium proxy Luminati.io
Can you help me do this?

No looping option :(

Bots falling to 0 after its done. How can i loop the threads when its done? (I use exe version)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.