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 the package manager pip to install the repository.
pip install 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 listed in requirements.txt.
pip install -r requirements.txt
{
"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.py
Pull 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.