14 March, 2022 - 04:29 PM
(24 January, 2022 - 11:24 PM)Chazan Wrote: Show MoreSimple 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:Program can search youtube with the keyword you want and find video with video title. To do this you need to know what keyword can find your video on youtube search engine. Also you need to provide exact video title. Put keyword and title like this format
- 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
- 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 the
folderCode: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
in search.txt. You can use sameCode:[b]keyword :::: video title[/b]
for multipleCode:[b]video title[/b]
too.If you don't know any keyword just put yourCode:[b]keyword[/b]
in search.txtCode:[b][i]video title :::: video title[/i][/b]
Put your video URL in urls.txt.
Enjoy! :)
good works dude