/quarere

Scrapes wine shops to find the best deal

Primary LanguagePythonMIT LicenseMIT

Intallation

Create a python environment

python -m venv env

Activate the newly created environment

source env/bin/activate

Upgrade pip and install dependencies

pip install --upgrade pip
pip install scrapy

Usage

Activate the python environment

source env/bin/activate