googlesearch icon indicating copy to clipboard operation
googlesearch copied to clipboard

Google search from Python (unofficial).

Results 8 googlesearch issues
Sort by recently updated
recently updated
newest added

I refactored most if-else statements into in-line statements: Lines 90, 174, 192, 253, 269, 271, 293, and 341 I moved other elements in line too: 146, 283; and added type...

Hi is there a rate limit for requests? I got and to many requests error: `HTTP Error 429: Too Many Requests`

Thanks for this great package! At first I installed via https://anaconda.org/mbonix/google, and apparently this is outdated and returns the following bs4 error with example code: `AttributeError: 'NoneType' object has no...

If I search a paragraph using the script is there any change we can obtain the percentage of the match with the content?

## What's New This PR implements proxy support for Python3 usage of the library. Now you can very easily use a proxy by passing a proxy `url` to the `proxy`...

I'm using the google script (3.0.0) and there's a little problem. My code: ``` from googlesearch import search search1 = ('Testing') for search1 in search('Test',search1): print(search1) ``` The problem **probably**...

Parameter enabling to choose a tab, such as news, videos etc.