Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.48 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.48 KB

Overview

This repository contains a Python script designed to fetch trending Google searches for a specific region using the Google Search API. The retrieved data is stored seamlessly in a PostgreSQL database hosted on Aiven Cloud, providing a robust and scalable solution for tracking and analyzing search trends.

All the services (Cloud Database + API + Server to run script) used in this project are always free to use.

Features

  • Google Search API Integration: Utilizes the Google Search API to fetch real-time trending searches.
  • PostgreSQL Database: Stores the fetched data in a PostgreSQL database for efficient data management.
  • Aiven Cloud Hosting: Leverages Aiven Cloud for reliable and secure database hosting.
  • PEP8 Compliance: The codebase adheres to the PEP8 coding standards, ensuring clean and readable code.

Usage

  • Clone the repository to your local machine.
  • Install the necessary dependencies using the provided requirements.txt file.
  • Configure your Google Search API credentials.
  • Set up your PostgreSQL database connection details in the script.
  • Run the script to fetch and store trending Google searches.

Contributions

Contributions are welcome! Please feel free to open issues, submit pull requests, or give suggestions to improve this project.