Project information

Article Web Scraper

This Python project was developed to further my experience with web scraping. An input URL is given (or selected), the page is analysed, and all links found to other pages are retrieved. The script then exports all links believed to contain articles to a CSV file. Many different approaches were tested for article classification, these can be elaborated further upon request.