Bitwise-01 / YouTubeViews-

YouTube view bot
486 stars 259 forks source link

Is this script works on debian-like OS only? #11

Closed ice1x closed 6 years ago

ice1x commented 6 years ago

Hi.

I got on OSX error: $ python ../youtube.py 300 ../youtubeLinks.txt 7 10000 Installing Tor ... Please Install Tor

And found that it related to the function: def installTor(self): self.connection() if not self.alive:return print 'Installing Tor ...' shell('echo "deb http://http.kali.org/kali kali-rolling main contrib non-free" > /etc/apt/sources.list \ && apt-get update && apt-get install tor -y && apt autoremove -y')

So why don't you mention that this script is for debian-like Linux only? Have you OSX version?

Bitwise-01 commented 6 years ago

Did you tried the YouTubeCP folder, that might work?

ice1x commented 6 years ago

Unfortunately for me - the same behaviour: YouTubeCP user$ python ../youtube.py 300 ../youtubeLinks.txt 7 10000 Installing Tor ... Please Install Tor

ice1x commented 6 years ago

Oops - i had use incorrect path to the script with double-dots This works fine: YouTubeCP user$ python ./youtube.py 300 ../youtubeLinks.txt 7 10000