Web Scraping Challenge
Built a web application that scrapes various websites for data related to Mars and displays the information on a single HTML page.
- Used Splinter to navigate websites and BeautifulSoup to help find and parse out the necessary data
- Used PyMongo for CRUD applications
- Used Bootstrap to structure the HTML template