Scrapes www.fci.be for all internationally recognised dog breeds in their English name and group.
- (Optional, recommended) Create a python virtual environment
python3 -m venv venv
- Install requirements
pip install -r requirements.txt
usage: get_data.py [-h] [destination]
positional arguments:
destination Output file to write contents to. stdout if not specified
optional arguments:
-h, --help show this help message and exit