This is a tool to boost viewer count on a YouTube video. This is not intended for malicious purposes or monetization strategies. This was intended for personal use and testing purposes.
Download the latest Python release.
This program was built in Python 3.9.0, but should work in Python 3.9.0+
Use git to install the repository.
In the folder you want to install the YouTube-view-bot, run the following command to clone this repository to your local system.
git clone https://github.com/gavintranquilino/YouTube-view-bot.git .Alternatively, download this project as a .zip file, and extract into your device.
Use the package manager pip to install the dependencies.
pip install webdriver-manager selenium requests- Enter the required settings into the config.json file
{
"website": "YOUR VIDEO",
"tab_amount": 3,
"watch_time": 35,
"view_cycles": 5,
"browser": "firefox"
}If you have completed the setup and configuration listed above, open a terminal in this directory and run using this command.
python main.pyPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
See CONTRIBUTING.md file.
See LICENSE file.