Skip to content

Latest commit

 

History

History
65 lines (36 loc) · 1.21 KB

README.md

File metadata and controls

65 lines (36 loc) · 1.21 KB

YTViewer

Description

YTViewer is simple YouTube views bot

Prerequisites

Windows

Install Python: https://www.python.org/downloads/

Install required libraries:

$ python -m pip install -r requirements.txt

Download ChromeDriver and move the executable to folder in your PATH: http://chromedriver.chromium.org/downloads

Install Google Chrome Browser: https://www.google.com/chrome/

Linux

$ sudo apt update && sudo apt upgrade -y
$ sudo apt install chromium python -y
$ python -m pip install -r requirements.txt

Installation

Clone this repository:

$ git clone "https://github.com/DeBos99/ytviewer.git"

Usage

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>

Authors

  • Michał Wróblewski - Main Developer - DeBos99

License

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