Skip to content

yunweic/restaurant_menu_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restaurant_menu_scraper

Some restaurant menu scraping example with BeautifulSoap

Prerequisite to run the script

  1. Install Python 3.8
  2. cmd > pip3 install -r requirements.txt

Use virtualenv

  1. cmd > apt-get install python3-venv to install virtual environment
  2. cmd > python3 -m venv env to create virtual environment folder
  3. cmd > source env/bin/activate to activate the virtual environment
  4. cmd > pip3 install -r requirements.txt

Run the script to save scrapped data to csv

  1. cmd > python3 Adelina_menu_scrape.py
  2. Check tresult in result.csv

About

A simple menu scraping example with BeautifulSoup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages