-
Firstly I'd like to say how utterly awesome this software is, it works very well indeed!
No matter what I set the num-pages-for-keyword to it stops at 50/x keywords processed. Im only using one sea…
-
Please kindly help me with my issue.
i'm testing **GoogleScraper/Examples/basic.py** and successfully got results.
this is my config info.
```
config = {
'use_own_ip': True,
'keyword…
-
Hey,
thanks for this awesome scraper, I appreciate it a lot. However, when I try to use keywords.txt or just a keyword such as "EXAMPLE, s.r.o., kontakt email tel. c." I get "UnicodeEncodeError: 'cha…
-
In images.google.com when u click on one picture, it will open 6 related pictures, how i can make this tool download full related images on each image? thank
-
Hi there, is it possible to post an updated example using with Python scripts? current examples are giving some error messages. Thanks in advance!
-
I'm trying to get the links for simple keyword "apple" from google search engine but its returning only 4 links( i.e. first result links).
Below is the code:
``` python
import sys
from pyvirtualdisp…
-
Hello,
I'm working on a project where I am trying to search google with a few keywords in Chinese. Currently, there are no error messages being shown in the terminal, and the return value shows "no…
-
Hi, Can't get this to install on windows. I get the following:
`File "C:\Python34\lib\distutils\util.py", line 127, in convert_path raise ValueError, "path '%s' cannot end with '/'" % pathname
ValueE…
gaobb updated
7 years ago
-
The error I have encountered is: "Error: Proxy output ip socks5://192.169.156.211:50479 does not match with provided one"
I have been trying to run `for_the_lulz.js` with a proxy file, but I have f…
-
``` python
last_modified = datetime.datetime.fromtimestamp(os.path.getmtime(last_search.keyword_file))
```
to
``` python
last_modified = datetime.datetime.utcfromtimestamp(os.path.getmtime(last_sear…