An open API service indexing awesome lists of open source software.

https://github.com/dblock/artsy-download-script

A command-line tool for downloading full-size images from artsy.com
https://github.com/dblock/artsy-download-script

Last synced: 9 months ago
JSON representation

A command-line tool for downloading full-size images from artsy.com

Awesome Lists containing this project

README

          

# Download High-Resolution Images from Artsy.com

First, set up the dependencies. This requires a C compiler because of PIL.

```python
make env
```

Then, run the download script. When prompted, paste in [any artsy image URL,
like this
one](http://artsy.net/artwork/johannes-vermeer-view-of-delft-netherlands-after-the-fire).

```python
make download
```

Done!