Scrapping 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
https://portfolio-mparraf.herokuapp.com/static/shared/Advanced%20Django%20Mastering%20Specialization.pdf
https://portfolio-mparraf.herokuapp.com/static/shared/Full-Stack%20Web%20Development%20with%20React.pdf
https://portfolio-mparraf.herokuapp.com/static/shared/Learn%20SQL%20Basics%20for%20Data%20Science%20Specialization.pdf
https://portfolio-mparraf.herokuapp.com/static/shared/Open%20Source%20Software%20Development%2C%20Linux%20and%20Git.pdf
https://portfolio-mparraf.herokuapp.com/static/shared/PostgreSQL%20for%20Everybody%20Specialization.pdf
https://portfolio-mparraf.herokuapp.com/static/shared/PythonforEverybodySpecialization.pdf
https://portfolio-mparraf.herokuapp.com/static/shared/Web%20Design%20for%20Everybody%20Specialization.pdf
https://portfolio-mparraf.herokuapp.com/static/shared/Django%20for%20Everybody%20Specialization.pdf
https://portfolio-mparraf.herokuapp.com/static/shared/Google%20IT%20Automation%20with%20Python.pdf
https://portfolio-mparraf.herokuapp.com/static/shared/Applied%20Data%20Science%20with%20Python.pdf
https://portfolio-mparraf.herokuapp.com/static/shared/Emprendimiento%20web.pdf
https://portfolio-mparraf.herokuapp.com/static/shared/certificate_level%208.pdf
https://portfolio-mparraf.herokuapp.com/static/shared/AnalisisDatosGoogle.pdf
https://portfolio-mparraf.herokuapp.com/static/shared/insigniaFullStackPython.pdf
https://portfolio-mparraf.herokuapp.com/static/shared/EductecnoPythonBootcamp.pdf

Show Code