Scraping Website With Beautiful Soup Library in Django Project


Create a simple scraper to get information from a web page. With BeautifulSoup & Requests libraries to analyze Web Page using text formatting HTML html.parser. Extract data of links referenced in this web page. This code pre-processes data and sends to the template an object that contains a list of anchors. Render scraped data of all links in this web page.

Scraped Data


https://portfolio-mparraf.herokuapp.com/static/shared/certificate_level%208.pdf

Show Code