Last Updated: January 15' 2021
Hello & Welcome to this git page. YT LiveStream Bot helps you to deploy bots on your LiveStream with a maximum (recomended) of 500 - 1000 bots from a single run of the program. It uses different proxys & device IDs so that you don't get noticed easily. Read the full documentation before using this bot.
To learn more about how I did it you can watch my YouTube video on this or click here.
If you want to run the .exe file
-
Python 3 installed in your windows machine (only supports windows devices but will proxy all types of devices).
-
Run the following commands:
pip install requests
pip install colorama
If you want to develop/open the source code
-
Python Interpreter (Like PyCharm)
-
Python Environment (Like Anaconda)
-
This git repo
-
Bellow mentioned python packages:
-> Request
-> Colorama
-
Basic knowledge of how Python works & computers work
-
A will to explore
When all the above pre-requisites are there and ready you can start to work on your own virtual assistant. Please follow each and every step in order & if you have any error just go to the issues to see if you find any issue that matches your which is already resolved before opening an issues.
-
Open PyCharm & create a new project with your virtual environment ready.
-
Open the terminal and paste the following in sequential order line by line(Execute it one by one):
pip install requests
pip install colorama
You can also use the one action install command below:
-> pip install -r REQUIREMENTS.txt
- That's all now you can run the program or edit it as you like.
- Uses different proxys to keep your IP Address untracable.
- Uses different device IDs to let the YouTube algorithm think it's real people.
- It has a proxy list of 40 IDs right now with growing numbers of new proxys being added frequently to maintain anonymity.
- Has an in-built requirements.txt file to help you just install all the required libraries in a single click.
- Made with love ❤.
NOTE: This program is solely made for training purposes any harm done using this program shall not be the resposibility of the creater/developer. YouTube is not a part of this development it was used only for training purposes.