-
Error occurs while processing a query with the http parser. Seems to occur reliably when reading a keyword with inurl and a complex string. Does not occur without inurl:"some_string".
COMMAND:
```
G…
-
Doesnt seem to be doing an image search if I use the image for the --search-type argument.
`GoogleScraper --keyword "apple" --search-engines "bing" --search-type image --scrapemethod selenium -f csv`…
-
Thanks for making a great library and sharing it with community.
I would like to use this tool to search plagiarised contents on Google, Bing, Duckduckgo, and other search engines. Do you plan to pro…
-
Hi, I'm in the virtualenv and after completing the installation, it fails at this.
# GoogleScraper sel --keyword-file examples/kw.txt --search-engine duckduckgo
2014-11-15 08:22:59,610 INFO sqlalchem…
-
Trying to do an image scrape, I think the problem is that when doing an image scrape there isnt functionality to scroll forward or down.
I'm using this code:
```
from GoogleScraper import scrape_wi…
-
i know google have thousands of ip, `216.58.209.154` , `74.125.198.199`
can you let the program support use google's ip to scrape ?
http://216.58.209.154/search
-
Hi
I was expecting use GoogleScraper inside of my python code but it still want command line argument. When I ran example/basic_usage.py from my IDE following output shows up.
usage: GoogleScraper [-…
-
So if I call GoogleScraper programmatically, using `scrape_with_config(config)`, it first updates the global `Config`, then calls `main()`. But then in the first line of `main()`, `parse_cmd_args()` i…
-
Hello NikolaiT , thanks give us a beeeeeeeeeeter tools :+1:
But, When I try this repo , I hava a issue to reporting .
1) `uname -a`
Linux vagrant-centos65.vagrantup.com 2.6.32-431.el6.x86_64 #1 SMP…
-
$ python3 use.py
Traceback (most recent call last):
File "use.py", line 1, in
import GoogleScraper
File "GoogleScraper-master/GoogleScraper.py", line 156, in
class GoogleScrape(threading…