Skip to content

Ghassen-Chaabouni/tayara.tn-Scraping

Repository files navigation

tayara.tn-Scraping

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