This repository holds all the necessary code to run the an automation robot that extracts wine-related information at Vivino.
Install all the pre-needed requirements using:
pip install -r requirements.txt
We have already dumped all of Vivino's data and made available in both .json
and .csv
formats. Note that there might be some missing values as Vivino's database is incomplete for not well-known wines.
The dataset and its additional information is also available at Kaggle.
Initially, one can extract every available wine using the following script:
python scrap_wine_data.py -h
Note that -h
invokes the script helper, which assists users in employing the appropriate parameters.
One can also scrap/dump the list of wines (URL format) for further inspection. To accomplish such a step, one needs to use the following script:
python scrap_wine_list.py -h
We know that we do our best, but it is inevitable to acknowledge that we make mistakes. If you ever need to report a bug, report a problem, talk to us, please do so! We will be available at our bests at this repository.