I wanted to build a simple app on the web using Python to scrapethe latest news from a specific news site using various Python libraries.
Every time I reload this page this app will scrape 5 news articleson the top of the page of the live site of El Paris using
Beautiful Soup,then the scraped data will be filtered, cleaned and displayedin the list below on this site using Flask and deployed using heroku.
Please visit my Portfolio site or my github for the code of this app.