OP 24 January, 2022 - 11:24 PM
(This post was last modified: 03 February, 2022 - 11:01 PM by Chazan. Edited 1 time in total.)
Simple program to increase YouTube views written in Python. Works with live stream too.
Disclaimer: This has been developed for educational purposes only. Any action you take using this script is strictly at your own risk. I will not be liable for any losses or damages you face using this script.
Cons: There will be some view drop always.
Features:
in search.txt. You can use same
for multiple
too.If you don't know any keyword just put your
in search.txt
Put your video URL in urls.txt.
Enjoy! :)
Disclaimer: This has been developed for educational purposes only. Any action you take using this script is strictly at your own risk. I will not be liable for any losses or damages you face using this script.
Cons: There will be some view drop always.
Features:
- YouTube default, live streaming and YouTube Music support
- Multithreaded and Dynamic thread support
- Auto download updated chrome driver whenever user's Google Chrome version is updated
- Patch chrome driver on the start of every thread by undetected-chromedriver
- Proxy support
- location : text file (must be on path) / proxy API (should work with most of the proxy providers)
- type : http, https, socks4, socks5
- format :,Code:
ip:port
,Code:user:pass@ip:port
Code:ip:port:user:pass
- proxy refresh after a certain time specified by the user
- rotating proxy support
- location : text file (must be on path) / proxy API (should work with most of the proxy providers)
- chrome v70+ randomized user agent based on platform
- canvas,audio,font,webgl fingerprint defender and IP leak prevent by webrtc control
- geolocation, timezone, referer spoofing
- can add extra extensions in thefolderCode:
extension/custom_extension/
- direct link or search keyword on YouTube then watch the video by matching exact video title
- modify urls.txt and search.txt on the fly without restarting program
- HTTP api on localhost and a database to store view count
- config.json to save settings
- bypass consent page and several other pop up
- save bandwidth by reducing video quality
- can set higher(100%) watch duration percentage to increase Watch time, change playback speed
Code:
[b]keyword :::: video title[/b]
Code:
[b]video title[/b]
Code:
[b]keyword[/b]
Code:
[b][i]video title :::: video title[/i][/b]
Put your video URL in urls.txt.
Enjoy! :)