You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Robin's web app is looking good and functioning well, but she wants to add more polish to it. She had been admiring images of Mars’s hemispheres online and realized that the site is scraping-friendly. She would like to adjust the current web app to include all four of the hemisphere images. To do this, you’ll use BeautifulSoup and Splinter to scrape full-resolution images of Mars’s hemispheres and the titles of those images, store the scraped data on a Mongo database, use a web application to display the data, and alter the design of the web app to accommodate these images.
The websites below were scraped in order to get data for our website:
We were able to create our website with index.html file.
Our sscraping.py file helped scrape through all websites for all needed information.
We updated the Web App with Mars Hemisphere Images and Titles.
Our website is mobile-responsive.
Added two additional Bootstrap 3 components and edited the original style of the website.
Results:
The goal of this project was to create a webpage in which we could scrape data from different websites, then display it whenever needed by calling Flask app.