Skip to main content

Scrape Google Search Results Fast and Easy.

Project description

Novexity

Open Source SerpAPI Google Search Alternative 🌍

Scrape Google Search Results Fast and Easy.

Contributors Forks Stargazers Issues Closed Issues MIT License

⚙ Installation

pip install Novexity

📝 Usage

Make sure you have your AWS credentials set up in a .env file:

GOOGLE_SEARCH_AWS_ACCESS_KEY_ID=your_access_key_id
GOOGLE_SEARCH_AWS_SECRET_ACCESS_KEY=your_secret_access_key

Use the search function to get Google search results:

from novexity.google_search import search
results = search("Your Query Here")
print(results)

🤝 Contributing

  1. 🍴 Fork the repo!

  2. 🧪 Run the tests to ensure everything is working: python -m unittest test_google_search.py

  3. 🔧 Make your changes.

  4. 📦 Push your changes to a new branch and create a Pull Request.

Every contribution is welcome! 💖

📄 License

This project is licensed under the MIT License. For more details, see LICENSE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Novexity-0.2.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

Novexity-0.2-py3-none-any.whl (2.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page