Simple web scraping presentation created in Python
This project is aimed to extract restaurant data from Thuisbezorgd.nl with python and the two main libraries: Selenium and BeautifulSoup.
- bs4
- keyboard
- os
- pandas
- python 3.8+
- selenium
- sqlalchemy
- sys
- time
- undetected_chromedriver
Please note that with undetected_chromedriver, you do not need to explicitly download binary ChromeDriver, unzip it somewhere in your PC, and set path to it. The undetected_chromedriver module will take care of everything for you!
Run __main.py__ and follow the instructions shown in the Python console.
Created by Jeff Chen - feel free to contact me!