Nv7-GitHub / googlesearch

A Python library for scraping the Google search engine.
https://pypi.org/project/googlesearch-python/
MIT License
480 stars 117 forks source link

Add support for region-based search results using 'gl' parameter #85

Closed sidhant19 closed 2 months ago

sidhant19 commented 3 months ago

Summary

This PR adds support for region-based search results in the googlesearch Python module by introducing the 'gl' parameter. The README has been updated accordingly to reflect these changes.

Changes

  1. Code Update:

    • Added support for region-based search results using the 'gl' parameter.
  2. README Update:

    • Added a new section under "## Additional options" specifying the usage of the region parameter.
    • Included a link to the Country Codes page for a complete list of supported country codes.