Some restaurant menu scraping example with BeautifulSoap
- Install Python 3.8
- cmd >
pip3 install -r requirements.txt
- cmd >
apt-get install python3-venv
to install virtual environment - cmd >
python3 -m venv env
to create virtual environment folder - cmd >
source env/bin/activate
to activate the virtual environment - cmd >
pip3 install -r requirements.txt
- cmd >
python3 Adelina_menu_scrape.py
- Check tresult in result.csv