YouTubeViews-
YouTubeViews- copied to clipboard
How to use this tool in windows
How to change path tor in windows
# does tor exists? if not path.exists('/usr/sbin/tor'): try:youtube_views.installTor() except KeyboardInterrupt:exit('Exiting ...') if all([not path.exists('/usr/sbin/tor'), youtube_views.alive]): exit('Please Install Tor')[](url)
It’s only for Kali
Kali linux/ ubuntu?
No, just Kali Linux
THEN PLEASE MAKE ONE FOR WINDOWS please !!!! @Ethical-H4CK3R please please please please
I have an idea that I can try, but I’m certain if it will work. Give me a few days.
Thanks, I'll be waiting. here's my biz email - [email protected]
Is there any update for the windows version?
Windows version?
just run it on windows bash, and it should work fine, make sure you install the requirements there though and 'sudo apt install tor'
@TXTFox @manaog64 @aruser1 @rickseven
Just had to change a few things in the youtube.py script and install a few extra Python modules...
- Change line 119 and 122 in the youtube.py script (and be sure to rename the Tor Browser folder on Windows to remove spaces):
-
Install tor Browser for Windows
-
Install these Python modules using the Python CLI for Windows
pip install mechanize
pip install PySocks
pip install requests