/youtube-view-adder

Watches your videos by supplied playlist

Primary LanguagePython

youtube-view-adder

Watches your videos by supplied playlist

Clone Repo

git clone https://github.com/h3cksamrat/youtube-view-adder.git
cd youtube-view-adder/

Python Installation

Install python3 for the script to run properly.

After Installation

Enter to the directory youtube-view-adder/ and

python -m venv venv

activate virtual environment

  • For Windows
./venv/Scripts/Activate.ps1
  • For Linux and Unix
source venv/bin/activate

After you have activated the virtual environment run

pip install -r requirements.txt

To run the script

python main.py <playlist-url><multiple-playlist-url separated by comma>
  • For windows user who doesn't have python installed and doesn't want to simply run the exe file but recommended to use python script directly.