Goprox is a magical Python module that performs Google searches with superpowers like automatic proxy handling, so you don't have to worry about a thing!
- Download or clone this repository.
- Copy the
goprox
directory to your project's directory. - Install dependencies using the following command:
pip install -r requirements.txt
from goprox import GoogleSearch
# Let Goprox do its magic!
search = GoogleSearch("your query", num=5, region="us", language="en", proxy=False)
# Perform search with automatic proxy handling
results = search.search()
# Print the magic search results
for result in results:
print(result)
- Perform Google searches effortlessly with custom parameters.
- Automatic handling of proxies for each search.
- Goprox selects a random user-agent for each request.
- It's super easy to use and makes searching Google a breeze.
This project uses the amazing free-proxy module to fetch and validate proxies.
Goprox is licensed under the MIT License. See the LICENSE file for details.