Skip to content

Ghassen-Chaabouni/P2M-A_web_scraper_for_Analysis_of_Residential_properties

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published