googlesearch icon indicating copy to clipboard operation
googlesearch copied to clipboard

Python library for scraping google search results

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

This PR updates [wheel](https://pypi.org/project/wheel) from **0.29.0** to **0.43.0**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/wheel

This PR updates [cryptography](https://pypi.org/project/cryptography) from **3.4.6** to **42.0.5**. Changelog ### 42.0.5 ``` ~~~~~~~~~~~~~~~~~~~ * Limit the number of name constraint checks that will be performed in :mod:`X.509 path validation <cryptography.x509.verification>`...

This PR updates [pip](https://pypi.org/project/pip) from **21.0.1** to **24.0**. Changelog ### 23.3.2 ``` =================== Bug Fixes --------- - Fix a bug in extras handling for link requirements (`12372 <https://github.com/pypa/pip/issues/12372>`_) - Fix...

Bumps [wheel](https://github.com/pypa/wheel) from 0.29.0 to 0.38.1. Changelog Sourced from wheel's changelog. Release Notes UNRELEASED Updated vendored packaging to 22.0 0.38.4 (2022-11-09) Fixed PKG-INFO conversion in bdist_wheel mangling UTF-8 header values...

dependencies

Bumps [pip](https://github.com/pypa/pip) from 21.0.1 to 21.1. Changelog Sourced from pip's changelog. 21.1 (2021-04-24) Process Start installation scheme migration from distutils to sysconfig. A warning is implemented to detect differences between...

dependencies

* google-search version: from pypi. There is no `googlesearch.__version__`, but install says `google-search-1.1.1` * Python version: 3.8.5 * Operating System: Ubuntu 20.04 ### Description Simple search. I get no results,...

This PR updates [coverage](https://pypi.org/project/coverage) from **4.1** to **5.5**. Changelog ### 5.5 ``` -------------------------- - ``coverage combine`` has a new option, ``--keep`` to keep the original data files after combining them....

* google-search version: 1.1.1 * Python version: 3.8.3 * Operating System: Windows 10 ``` response = GoogleSearch().search("something") File "C:\ProgramData\Anaconda3\lib\site-packages\googlesearch\googlesearch.py", line 64, in search totalText = soup.select(GoogleSearch.TOTAL_SELECTOR)[0].children.__next__() IndexError: list index out...

* google-search version: Latest clone e2d3e74a89151bdbe6529400291f72369aa1bcc5, I am not sure what version of this? `__version__` from `__init__.py` says 1.0.0? * Python version: 3.8.10 * Operating System: Windows 10 (Ubuntu WSL)...