Watches your videos by supplied playlist
git clone https://github.com/h3cksamrat/youtube-view-adder.git
cd youtube-view-adder/
Install python3 for the script to run properly.
Enter to the directory youtube-view-adder/ and
python -m venv venvactivate 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.txtTo 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.