Skip to content

davidas13/ytviewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

YTViewer

Description

YTViewer is simple YouTube views bot

Prerequisites

Windows

Install Python(3+): https://www.python.org/downloads/

Install required libraries:

$ pip install -r requirements.txt

Linux

$ sudo apt update && sudo apt upgrade -y
$ sudo apt install python -y
$ 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