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
- Host: GitHub
- URL: https://github.com/dblock/artsy-download-script
- Owner: dblock
- Created: 2014-04-04T13:39:19.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T20:51:11.000Z (over 2 years ago)
- Last Synced: 2024-12-28T21:05:45.072Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 5
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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!