Skip to content

YTViewer is simple YouTube views bot.

License

Notifications You must be signed in to change notification settings

iamvazu/ytviewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

YTViewer is simple YouTube views bot.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages