ashirbadsahu / google-meta-description-fetcher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Meta description Fetcher

It is a Python program that fetches and displays the relevant short meta description of a given search query from Google search results.

Feature

  • Fetches the first search result from Google.
  • Displays the title, link, and short description of the search result.
  • Fetches and displays the meta description of the first link.

Usage

  1. Install the required Python packages:
pip install requests beautifulsoup4
  1. Run the script with your search query:
python searcher.py

Thanks 🙏

About

License:MIT License


Languages

Language:Python 100.0%