Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 618 Bytes

File metadata and controls

21 lines (20 loc) · 618 Bytes

P2M-A_web_scraper_for_Analysis_of_Residential_properties

Scraping tayara.tn

1/ Install these libraries

$ pip install pandas
$ pip install bs4
$ pip install requests
$ pip install selenium

2/ Download ChromeDriver from https://chromedriver.chromium.org/downloads

3/ Change this ligne:

driver = webdriver.Chrome(r"C:\webdrivers\chromedriver.exe")

with:

driver = webdriver.Chrome("<chromedriver.exe path>")

For more information, watch this video.

tayara.tn-Scraping