Skip to content

This project uses the "selenium" and "BeautifulSoup" modules to extract data from the thuisbezorgd webpage.

Notifications You must be signed in to change notification settings

jeff73511/thuisbezorgd-web-scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

This project uses the "selenium" and "BeautifulSoup" modules to extract data from the thuisbezorgd webpage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages