Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 937 Bytes

README.md

File metadata and controls

33 lines (29 loc) · 937 Bytes

Web-Scraping-challenge

By: Jack Cohen

Directions: run 'python app.py' in terminal

Purpose

The purpose of this project is to 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.

Tools

Scraping:

  • Python
  • Jupyter Notebook
  • BeautifulSoup
  • Pandas
  • Requests
  • Splinter Webpage:
  • Python
  • MongoDB
  • Flask
  • HTML
  • Pymongo

Method

  1. Scrape data from the 4 websites using the scraping tools above:
  2. Use MongoDB with Flask templating to create a new HTML page that displays all of the information that was scraped from the URLs above.

Notes

  • Clicking "Scrape New Data" will refresh the page with updated information.
  • The Mars Hemisphere photos can be clicked on for full size photos.