Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Not-yourCoder authored May 14, 2024
1 parent a492b06 commit eae3d46
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
# news-aggregator
simple and easy
## Website News Aggregator
This is a simple website news aggregator built using Python and HTML. The aggregator scans any given website URL and displays news articles in an HTML page. It leverages web scraping techniques to extract relevant content and present it in a user-friendly format.

## Features:
Scans any website URL for news content.
Extracts and displays news articles on an HTML page.
Built with Python for web scraping and HTML for frontend display.
## Usage:
Clone the repository.
Install the required Python dependencies (if any).
Run the Python script to scan a specified website.
Access the generated HTML page to view the aggregated news.

0 comments on commit eae3d46

Please sign in to comment.