-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a492b06
commit eae3d46
Showing
1 changed file
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |