Skip to content

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

Notifications You must be signed in to change notification settings

tullyvelte/RedRovr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published