MARS_SCRAPER

Mission to Mars

This was a webscraping project where we had to create a website that would scrape information about mars from various sites at the push of a button.

When a new scrape is requested, the website will find the latest tweet, current weather, current featured image, and show a table of Mars Facts and pictures of Mar’s 4 hemispheres.

We used mongoDB with Flask templating to create the HTML page to display all of the information that was scraped.

Step 1 - Scraping

This part of the project we were required to scrape using Jupyter Notebook, BeautifulSoup, Pandas, and Requests/Splinter.

NASA Mars News

Mars Weather

Mars Facts

Mars Hemisperes

Step 2 - MongoDB and Flask Application

Use MongoDB with Flask templating to create a new HTML page that displays all of the information that was scraped from the URLs above.