iankigen / ytviewer

YTViewer is simple YouTube views bot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YTViewer

Made with Python Made with Bash Made with Batch

GitHub GitHub followers GitHub forks GitHub stars GitHub watchers GitHub contributors

GitHub commit activity GitHub commit activity GitHub commit activity GitHub last commit

GitHub issues GitHub closed issues

Donate

YTViewer is simple YouTube views bot.

Content

Prerequisites

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

Installation

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 ..

Usage

python main.py ARGUMENTS

Documentation

Required 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.

Optional arguments

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.
-U AGENT
--user-agent AGENT
Sets the user agent to AGENT. Randomly generated user agent.
-U 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.
-D
--debug
Enables debug mode. False.
-H
--headless
Sets the webdriver as headless. False.
-s
--slow-start
Starts webdrivers one by one. False.

Disclaimer

YTViewer was created for educational purposes and I'm not taking responsibility for any of your actions.

Authors

  • Michał Wróblewski - Main Developer - DeBos99

See also the list of contributors who participated in this project.

Contact

Discord: DeBos#3292

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

YTViewer is simple YouTube views bot.

License:MIT License


Languages

Language:Python 68.0%Language:Shell 27.4%Language:Batchfile 4.6%