Personal Daily News Aggregator
I used a mix of python packages (namely Beautiful Soup and Selenium for scraping, and Pandas for data formatting) to aggregate 5-10 headlines from each of my chosen information sources into a single CSV.
Scraping like this requires (1) inspecting the target sites and understanding how their HTML is structured, then (2) telling python to fetch the exact HTML tags you want - and finally (3) using python to convert the fetched data to a readable csv output.
Sample Output CSVGithub RepoA video of the scrapers crawling and aggregating headline data, and a snapshot of the output.