Mars Datascrape
OUPUT OF THE WEBSITE
I built a Python code and app that pulls data about Mars and its news from different websites and stores the data in a MongoDB database. Once the HTML and CSS load, the data is pulled from that database and displayed on the page. When the user clicks “Get Updated News”, the app pulls new data and displays it for the user.
BUILDING THE WEB-SCRAPING TOOL IN PYTHON
TELLING THE WEB-SCRAPER WHERE TO GO AND WHAT TO RETURN
THE FLASK APP THAT RUNS THE WEB-SCRAPER AND PLACES IT INTO A MONGODB DATABASE