Sinisterly
YouTube Views BOT - Printable Version

+- Sinisterly (https://sinister.li)
+-- Forum: Coding (https://sinister.li/Forum-Coding)
+--- Forum: Python (https://sinister.li/Forum-Python)
+--- Thread: YouTube Views BOT (/Thread-YouTube-Views-BOT)

Pages: 1 2


RE: YouTube Views BOT - The_Joker - 10-28-2013

Thanks for the share. I'll be testing it out tonight, I'll let you know how it goes.


RE: YouTube Views BOT - TechSaavy - 10-28-2013

Damn it! I forgot about the tutorial. Sorry Sad

I'll post it tomorrow, if I get time Sad

EDIT:
Simple is better than nothing, right?
Setup tools: http://www.lfd.uci.edu/~gohlke/pythonlibs/#setuptools
PIP: http://www.lfd.uci.edu/~gohlke/pythonlibs/#pip
(these are .msi/.exe installers)

The thing is:
After installing these (standard next->next procedure), you place the chrome driver .exe in the same folder where you saved the python source code (source code saved as .py)
Then you navigate to the folder with CMD (cd and cd ..). If don't know how, You can try googling "cmd basics"

when you're in the folder, you simply run the script: python whateveryousaveditas.py

It will ask you about url, proxie path and threads. Keep the threads low (5-10), as this opens an actual web browser.
I will also point out that it is almost impossible to use your pc normally while this is running (new windows pop up all the time)

I will try to post a more in-detail tutorial tomorrow, but can't promise.
Post your questions etc. here or pm me