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.
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.
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.