Manuel

Results 2 comments of Manuel

I am experiencing the same problem: ``` from googlesearch import search for url in search('"Breaking Code" WordPress blog', stop=1): print(url) ``` Results in `HTTPError: HTTP Error 429: Too Many Requests`....

That is a different package. You can find googlesearch here: https://anaconda.org/conda-forge/googlesearch To install via conda run `conda install -c conda-forge googlesearch` instead of `conda install -c mbonix google`.