Skip to content

gavintranquilino/YouTube-view-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube View Bot

This is a tool to boost viewer count on a YouTube video. This is not intended for malicious purposes or monetization strategies. This was intended for personal use and testing purposes.

Installation

Python Version

Download the latest Python release.

This program was built in Python 3.9.0, but should work in Python 3.9.0+

Downloading/Cloning the GitHub repository

Use git to install the repository.

In the folder you want to install the YouTube-view-bot, run the following command to clone this repository to your local system.

git clone https://github.com/gavintranquilino/YouTube-view-bot.git .

Alternatively, download this project as a .zip file, and extract into your device.

Downloading the dependencies

Use the package manager pip to install the dependencies.

pip install webdriver-manager selenium requests

Configuration

config.json

  1. Enter the required settings into the config.json file
{
    "website": "YOUR VIDEO",
    "tab_amount": 3,
    "watch_time": 35,
    "view_cycles": 5,
    "browser": "firefox"
}

Usage

How do I run this program?

If you have completed the setup and configuration listed above, open a terminal in this directory and run using this command.

python main.py

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

See CONTRIBUTING.md file.

License

See LICENSE file.

About

A simple tool to boost views on a YouTube video.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Languages