Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.04 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.04 KB

Web Scraping with Python

Simple web scraping presentation created in Python

Table of contents

Introduction

This project is aimed to extract restaurant data from Thuisbezorgd.nl with python and the two main libraries: Selenium and BeautifulSoup.

Workflow

alt text

Requirements

  • 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!

Usage

Run __main.py__ and follow the instructions shown in the Python console.

Contact

Created by Jeff Chen - feel free to contact me!