YTViewer is simple YouTube views bot
Install Python(3+): https://www.python.org/downloads/
Install required libraries:
$ pip install -r requirements.txt
$ sudo apt update && sudo apt upgrade -y
$ sudo apt install python -y
$ pip install -r requirements.txt
Clone this repository:
$ git clone "https://github.com/DeBos99/ytviewer.git"
Help:
$ main.py --help
Run bot on <url>:
$ main.py --url <url>
Set number of threads (default: 15):
$ main.py --url <url> --threads <threads>
Set duration of view in seconds (default: 5 minutes):
$ main.py --url <url> --duration <duration>
Set proxies file (default: proxies loaded from web)
$ main.py --url <url> --proxies <proxies>
- Michał Wróblewski - Main Developer - DeBos99
This project is licensed under the MIT License - see the LICENSE.md file for details.