Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.18 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.18 KB

van Stitch

van Stitch is a program that downloads the highest possible quality images from the Van Gogh muesuem. The site does offer downloads of the images, but they are almost always low resolution. For example, The Potato Eaters will download as a 3840 x 2715 image from the site, but van Stitch will download the image at 7695 x 5441.

Installation

Clone the repo

git clone https://github.com/oliverwarne/vanstitch.git

Use pip to install the requirements.

pip install -r requirements.txt

Usage

./van_stitch --term "portrait as a painter"
### Download the classic "portrait as a painter"

./van_stitch --id s0146V1962
### Download van Gogh's Wheatfield

./van_stitch --term wheatfield --num 3 --artist "Vincent van Gogh"
### Download the first three paintings that match the search term 'wheatfield', that are also by artist van Gogh

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT