Download full DeviantArt galleries using the official public API
Project description
DeviantArt Downloader
Download the full gallery of any DeviantArt profile using the official public API.
- Downloads the original file when the author allows it, or the highest publicly available resolution image.
- Can strip the blur filter the API applies to mature-content previews (opt in with
--unblurorDA_UNBLUR=true). - Parallel downloads with retries and API rate-limit handling.
- Detects duplicates across runs (even if the artwork's title has changed), so it is safe to re-run to sync new works.
- Files you delete manually stay deleted: the download record (
_downloaded.json) is authoritative, so deleted works are not downloaded again unless you pass--redownload-missing. - Saves the full metadata of every work to
_metadata.json.
Installation
pip install deviantart-gallery-downloader
Credentials
- Create a DeviantArt account.
- Register an application (confidential type) at https://www.deviantart.com/developers/register.
- Copy the
client_idandclient_secretfrom https://www.deviantart.com/developers/apps.
Export them as environment variables or put them in a .env file in the directory you run the command from:
DA_CLIENT_ID=your_client_id
DA_CLIENT_SECRET=your_client_secret
# Optional: simultaneous downloads (default: 4, recommended not to exceed 8)
DA_WORKERS=4
# Optional: output folder, absolute or relative ("~" is expanded)
DA_OUTPUT=~/Pictures/deviantart
Usage
deviantart-downloader https://www.deviantart.com/username
deviantart-downloader username
# Passing the credentials as arguments:
deviantart-downloader username --client-id XXX --client-secret YYY
# Useful options:
deviantart-downloader username -o my_folder # output folder (default: DA_OUTPUT or downloads)
deviantart-downloader username -w 8 # simultaneous downloads
deviantart-downloader username --delay 1.0 # pause after each download, per thread
deviantart-downloader username --redownload-missing # restore manually deleted files
deviantart-downloader username --unblur # strip the blur on mature-content previews
Files are saved to <output>/<username>/.
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file deviantart_gallery_downloader-1.2.0.tar.gz.
File metadata
- Download URL: deviantart_gallery_downloader-1.2.0.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f3c19bfe32eee6038c44decc515aa5f15aa4ce82176732e8d275a8e128359cc
|
|
| MD5 |
ed8d30ff590da29cc85bf4d7110089f9
|
|
| BLAKE2b-256 |
c3be0a8b9437b5f2877ae14818c39c9adb27d2dc14fa149e5c2dda9d06c378dd
|
File details
Details for the file deviantart_gallery_downloader-1.2.0-py3-none-any.whl.
File metadata
- Download URL: deviantart_gallery_downloader-1.2.0-py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e98efe2901693aa56e9a50f7d9ce5537c72cb342e63b4400f776b12e0ba45e08
|
|
| MD5 |
9c1f3ebb73d9fe39dab1122d9350c03e
|
|
| BLAKE2b-256 |
e4e9afad6993a7556b5bc9d046c5ab3a156483d17cd6c79c6388b14b2f233ab4
|