Skip to content

A python based program who's job is to increase provided youtube urls videos views.

License

Notifications You must be signed in to change notification settings

EduardoSaverin/Youtube-Views

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtube View Increaser

A python based program who's job is to increase provided youtube urls video views.


Prerequisite

  • Python >= 3.1
  • Tor (with Password)
  • Firefox >= 60
  • Selenium Gecko Driver PATH being set sudo apt-get install firefox-geckodriver

Setup

I would suggest you to create python virtual env for this project. Next clone this repo, go inside downloaded repo and run :

pip install -r requirements.txt

This will install all libraries being used in this repo. Next setup is to set tor password as environment variable. You will need to set your tor password in TOR_PASSWORD env variable so that it can read by this program.

Running

Command to run this has following syntax

python main.py number_of_views youtube_url

Example :

python main.py 1 https://www.youtube.com/watch?v=WNeLUngb-Xg

TODO

  • Skip Ads gracefully and cover the time lost while watching ad.
  • Once watched video search for something before closing browser.

NOTES : Your geckodriver and firefox needs to be compatible with each other.

About

A python based program who's job is to increase provided youtube urls videos views.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages