Hi, I'm having an issue. I'm trying to use googler on my raspberry pi. I've tried it on my mac and it works perfectly, and I recently updated my pi to use python 3.6.0. When I do googler
, I get this error:
Traceback (most recent call last):
File "./googler", line 29, in <module>
from http.client import HTTPSConnection
ImportError: cannot import name 'HTTPSConnection'
Note HTTPS support is only available if Python was compiled with SSL support (through the ssl module).
stdout encoding 'ascii' detected. googler requires utf-8 to work properly. The wrong encoding may be due to a non-UTF-8 locale or an improper PYTHONIOENCODING. (For the record, your locale language is and locale encoding is ; your PYTHONIOENCODING is not set.) Please set a UTF-8 locale (e.g., en_US.UTF-8) or set PYTHONIOENCODING to utf-8.
@jarun Hi there!
First, thanks for your work, it's a great idea!
Now I'm trying to get the same results as the google web version using keywords but i'm quite unlucky so far.
Here is the google search : site:*.dualthegame.com -site:www.dualthegame.com
And here is the googler search I made: googler site:*.dualthegame.com site:" -www.dualthegame.com" -n 30 --np --unfilter -l en
The results are quite different. With the WebUI version I can find several different domain (board, community, etc.) but with googler I can find only 1 domain by search.
So I need to add a filter after each new search.
Is there a way to have the same result or at least to be very similar?