In this project, we will build a web application that scrapes various websites for data related to the Mission to Mars and displays the information in a single HTML page.
_ In the process, we used MongoDB with Flask templating to create a new HTML page that displays all of the information that was scraped from the URLs.
- We started by converting the Jupyter notebook into a Python script called
scrape_mars.py
with a function calledscrape
that will execute all of your scraping code from above and return one Python dictionary containing all of the scraped data.