Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 526 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 526 Bytes

Airbnb Scraper

Demonstrates how to scrape property information from Airbnb using Python and Selenium.

Requirements

Python3 and Selenium must be installed. The Chromedriver is used which must also be available.

Outstanding Tasks

Missing unit tests to test the page layout. Alert mechanism for when the page changes and begins failing. Database to record this information. Selenium server.