Metadata-Version: 2.1
Name: Malayalam_News_Scraper
Version: 1.0.0
Description-Content-Type: text/markdown
License-File: LICENSE

# Malayalam News Scraper ðŸ“°ðŸ‡®ðŸ‡³

A Python package to scrape **Malayalam news articles** from leading Malayalam news websites. It provides functions for each specific news source, as well as a unified interface to automatically select the appropriate one based on the URL.

---

## ðŸ“¦ Features

- Extracts **title**, **publish date**, and **content** from popular Malayalam news sites.
- Supports:
  - Asianet News
  - Malayala Manorama
  - Mathrubhumi
  - Reporter Live
  - Jaihind TV
  - Janayugom
  - TrueCopy
- Automatically removes English characters (aâ€“z, Aâ€“Z) for selected sources.
- Easily extensible with more sites.
- Unified function + individual scrapers available.

---

## ðŸ›  Installation

Clone this repository:

```bash
git clone https://github.com/AkuOO4/Malayalam-News-Scraper-Functions
