YouTubeViews- icon indicating copy to clipboard operation
YouTubeViews- copied to clipboard

How to use this tool in windows

Open rickseven opened this issue 7 years ago • 10 comments

tor

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)

rickseven avatar Jan 13 '18 02:01 rickseven

It’s only for Kali

Bitwise-01 avatar Jan 13 '18 05:01 Bitwise-01

Kali linux/ ubuntu?

HelloTan avatar Jan 13 '18 10:01 HelloTan

No, just Kali Linux

Bitwise-01 avatar Jan 13 '18 16:01 Bitwise-01

THEN PLEASE MAKE ONE FOR WINDOWS please !!!! @Ethical-H4CK3R please please please please

aruser1 avatar Jan 20 '18 11:01 aruser1

I have an idea that I can try, but I’m certain if it will work. Give me a few days.

Bitwise-01 avatar Jan 20 '18 11:01 Bitwise-01

Thanks, I'll be waiting. here's my biz email - [email protected]

aruser1 avatar Jan 20 '18 14:01 aruser1

Is there any update for the windows version?

daniel-manaog avatar Apr 24 '18 01:04 daniel-manaog

Windows version?

TXTFox avatar Nov 11 '18 05:11 TXTFox

just run it on windows bash, and it should work fine, make sure you install the requirements there though and 'sudo apt install tor'

slashhesham avatar Jan 05 '20 12:01 slashhesham

@TXTFox @manaog64 @aruser1 @rickseven

Just had to change a few things in the youtube.py script and install a few extra Python modules...

  1. Change line 119 and 122 in the youtube.py script (and be sure to rename the Tor Browser folder on Windows to remove spaces):

image

  1. Install tor Browser for Windows

  2. Install these Python modules using the Python CLI for Windows

pip install mechanize

pip install PySocks

pip install requests

ghost avatar Aug 07 '21 22:08 ghost