tullyvelte / RedRovr

A Python, Mongo, Flask, Bootstrap web app for scraping Mars info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RedRovr

A Python, Mongo, Flask, Bootstrap web app for scraping Mars info

The goal was 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.

Scraping

An initial scraping using Jupyter Notebook, BeautifulSoup, Pandas, and Requests/Splinter.

NASA Mars News

JPL Mars Space Images - Featured Image

Mars Weather

Mars Facts

  • Visits the Mars Facts webpage (http://space-facts.com/mars/) and uses Pandas to scrape the table containing facts about the planet including Diameter, Mass, etc.

  • Uses Pandas to convert the data to a HTML table string.

Mars Hemisperes

MongoDB and Flask Application

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

About

A Python, Mongo, Flask, Bootstrap web app for scraping Mars info


Languages

Language:Jupyter Notebook 58.4%Language:HTML 30.6%Language:Python 11.0%