Blog-Views-Bot
Blog-Views-Bot copied to clipboard
To increase blog user view traffic on website.
Hi, i have installed python3-torrequest but the script cant import torrequest. Any idea? Linux kali 5.9.0-kali1-amd64 #1 SMP Debian 5.9.1-1kali2 (2020-10-29) x86_64 GNU/Linux ----------------------- ``` ──(kali㉿kali)-[~/devel/Blog-Views-Bot] └─$ sudo apt-get install...
```apt-get install tor``` did not work for me. Added ```brew install tor``` as other install possibility.
File "blog-view.py", line 42, in with TorRequest(proxy_port=proxyPort, ctrl_port=ctrlPort, password=None) as tr: File "/usr/local/lib/python2.7/dist-packages/torrequest.py", line 21, in __init__ self._tor_proc = self._launch_tor() File "/usr/local/lib/python2.7/dist-packages/torrequest.py", line 46, in _launch_tor take_ownership=True) File "/usr/local/lib/python2.7/dist-packages/stem/process.py", line...
Hi, I hope youre nice, im sad because I cant run, see this error --> File "blog-view.py", line 20 """ ^ SyntaxError: invalid syntax
Traceback (most recent call last): File "blog-view.py", line 44, in run() File "blog-view.py", line 29, in run response = tr.get(site, headers=headers,verify=False) File "/usr/local/lib/python2.7/dist-packages/torrequest.py", line 68, in get return self.session.get(*args, **kwargs)...
I check google analytics.. its not show anything
Traceback (most recent call last): File "blog-view.py", line 34, in with TorRequest() as tr: File "/usr/local/lib/python2.7/dist-packages/torrequest.py", line 21, in __init__ self._tor_proc = self._launch_tor() File "/usr/local/lib/python2.7/dist-packages/torrequest.py", line 46, in _launch_tor take_ownership=True)...
I have new error in the following script Traceback (most recent call last): File "blog-view.py", line 10, in site = raw_input("Enter your Blog Address : ") NameError: name 'raw_input' is...