YTViewer is simple YouTube views bot.
Install Google Chrome Browser: https://www.google.com/chrome/
Download ChromeDriver and move the executable to folder in your PATH: http://chromedriver.chromium.org/downloads
Or
Install Mozilla Firefox Browser: https://www.mozilla.org/en-US/firefox/new/
Download geckodriver, unzip and move the executable to folder in your PATH: https://github.com/mozilla/geckodriver/releases
Install Python: https://www.python.org/downloads/
git clone "https://github.com/DeBos99/ytviewer.git"
cd ytviewer
install.bat
cd ..
git clone "https://github.com/DeBos99/ytviewer.git"
cd ytviewer
./install.sh
cd ..
python main.py ARGUMENTS
Argument | Description |
---|---|
-u URL --url URL |
Sets the url of video to URL. |
-u PATH --url PATH |
Sets the path to the list of urls to PATH. |
Argument | Description | Default value |
---|---|---|
-h --help |
Shows help message. | |
-t T --threads T |
Sets the number of threads to T. | 15 |
-d S --duration S |
Sets the duration of view to S seconds. | Video duration. |
-p PATH --proxies PATH |
Sets the path to the list of proxies to PATH. | Proxies list from internet. |
-us AGENT --user-agent AGENT |
Sets the user agent to AGENT. | Randomly generated user agent. |
-us PATH --user-agent PATH |
Sets the path to the list of user agents to PATH. | |
-dr DRIVER --driver DRIVER |
Sets the webdriver to DRIVER. | Chrome. |
-hd --headless |
Sets the webdriver as headless. | False. |
YTViewer was created for educational purposes and I'm not taking responsibility for any of your actions.
- Michał Wróblewski - Main Developer - DeBos99
See also the list of contributors who participated in this project.
Discord: DeBos#3292
This project is licensed under the MIT License - see the LICENSE.md file for details.