Metadata-Version: 2.4
Name: ai-news-scraper
Version: 0.2.0
Summary: A scraper for AI news from The Verge and VentureBeat with JSON export
Author: Your Name
Author-email: your.email@example.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: feedparser (>=6.0.10,<7.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Description-Content-Type: text/markdown

# AI News Scraper

A lightweight Python package to track AI developments, investments, and trends from The Verge and VentureBeat.

## Installation
```bash
pip install ai-news-scraper

```

## View News 

```bash 
ai-news

```

## Save News to JSON
```bash 
ai-news --save

```

## Save News with a specifc name 
```bash 
ai-news --save --filename morning_report.json

```
