kennyledet / Google-EmailScraper

Scraper that searches Google based on a query and scrapes all emails found on each page.
101 stars 33 forks source link

No service #2

Open psychomad opened 7 years ago

psychomad commented 7 years ago

Hi When i try to use the tool i got this: Traceback (most recent call last): File "main.py", line 62, in s.go(args.query, args.pages) File "main.py", line 35, in go results = search.get_results() File "/root/Google-EmailScraper/xgoogle/search.py", line 150, in get_results page = self._get_results_page() File "/root/Google-EmailScraper/xgoogle/search.py", line 207, in _get_results_page raise SearchError, "Failed getting %s: %s" % (e.url, e.error) xgoogle.search.SearchError: Failed getting http://www.google.com/search?hl=en&q=email+it&btnG=Google+Search: HTTP Error 503: Service Unavailable

If i try directly on google work fine... Google reject query?

FelixVicis commented 7 years ago

Hello @psychomad, A script that this scrapper had as a dependency stopped working quite a while ago. I have an outstanding PR to update this scrapper, but in the meantime you can use it directly from my fork at https://github.com/FelixVicis/Google-EmailScraper

psychomad commented 6 years ago

Hi Thanks a lot!