Skip to content
forked from iamvazu/ytviewer

YTViewer is simple YouTube views bot.

License

Notifications You must be signed in to change notification settings

pimboli/ytviewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 65.2%
  • Shell 31.5%
  • Batchfile 3.3%