'-.
'-. _____ __ __ _ _ __ ___
.-._ | '. \ \ / ___ _ _| |_ _ _| |__ ___ \ \ / (_) _____ _____ _ __
: .. | : \ V / _ \| | | | __| | | | '_ \ / _ \ \ \ / /| |/ _ \ \ /\ / / _ | '__|
'-._+ | .-' | | (_) | |_| | |_| |_| | |_) | __/ \ V / | | __/\ V V | __| |
/ \ .'i--i |_|\___/ \__,_|\__|\__,_|_.__/ \___| \_/ |_|\___| \_/\_/ \___|_|
/ \ .-'_/____\___
.-' : :
A modern (and portable) approach to inflating view counts in Youtube - using Puppeteer, TOR rotating proxies and Docker.
Disclaimer: This project is intended for informational/educational purposes only. I strictly recommend against using it to artificially inflate video view counts for monetary benefits and/or other use cases that goes against the Youtube Policies & Guidelines and/or the law of the land.
urls.txt
file (Note: A line may contain a single URL only)The following commands will help create a docker image, build the app and run it -
~$ docker-compose build
~$ docker-compose up --scale ytview=5
If you happen to have npm in your system, you can also choose to run the app via -
~$ npm run build
~$ npm start ytview=5
You may choose to alter the above params in utils/constants/index.js
for fine tuning according to your needs.
Also, the above commands runs 5 docker containers in parallel (which will translate to 5 x Batch Count number of Chromium instances running simultaneously) . Adjust this according to how capable your system is.