-
Hi Nikolai,
I am trying to install GoogleScraper on Ubuntu 15, however, I keep getting the following error.
![capture1](https://cloud.githubusercontent.com/assets/18736512/15015195/0d8c09c2-1228-11e…
-
I use python 2.6 on my system, so to install GoogleScraper I installed python-anaconda ( https://store.continuum.io/cshop/anaconda/ ) which is Python 3.4.3.
Then I installed GoogleScraper using pip. …
-
After I install GoogleScraper as mentioned in the steps, I get the following error:
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /usr/src/Python-3.5.2/env/build/aioh…
-
```
Exception in thread Thread-2:
Traceback (most recent call last):
File "C:\Python33\lib\threading.py", line 637, in _bootstrap_inner
self.run()
File "D:\workfiles\PythonScript\GoogleScraper…
-
(googlescraper) C:\Users\arkoc\workspace\webenza_serp\GoogleScraper>pip install GoogleScraper
Collecting GoogleScraper
Using cached https://files.pythonhosted.org/packages/51/e5/c60b0f6cb72b7faeb3…
-
**Description**
The Google Image Search API was updated to have a limit of 100 images per query. This means that consecutively downloading, for example, 200 images will fail.
**To Reproduce**
To…
-
```
D:\scraping\googlescrap>GoogleScraper --shell
Traceback (most recent call last):
File "C:\c\Scripts\GoogleScraper-script.py", line 9, in
load_entry_point('GoogleScraper==0.1.17', 'console_s…
-
I'm not sure if I'm missing any steps, but I haven't seen any on the readme.
Steps I did is: I copied the google_scraper.db file, renamed it and added `'database_name' = 'google_scraper_new'` to t…
-
Running this command:
```
GoogleScraper -m http --keyword "apple" --search-type "news" --output-filename output.json -v2
```
produces this error:
```
Traceback (most recent call last):
File "/u…
-
```
D:\scraping\googlescrap>GoogleScraper -m selenium --keyword-file testkeywords.txt --output-filename output.json -v2 --search-engines "google,bing,yahoo"
2015-01-14 07:05:10,082 - GoogleScraper - I…