Skip to content
/ viviner Public
forked from gugarosa/viviner

🍷 Scraps data from Vivino and collects outstanding wine-based meta-data.

License

Notifications You must be signed in to change notification settings

Urpal/viviner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Viviner: Wine Data Scrapper

This repository holds all the necessary code to run the an automation robot that extracts wine-related information at Vivino.


Package Guidelines

Installation

Install all the pre-needed requirements using:

pip install -r requirements.txt

(Optional) Download the Data

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.


Usage

Scrap Wines Meta-Data

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.

(Optional) Scrap List of Wines

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

Support

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 or [email protected].


About

🍷 Scraps data from Vivino and collects outstanding wine-based meta-data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%