What problem does it solve? Manually downloading and organizing DeviantArt artwork is tedious and error-prone, with no built-in way to track what has already been saved or to automate recurring backups of watched artists. ## Core Features & Use Cases - Incremental Gallery Sync: A SQLite index tracks downloaded deviations so re-runs cost only one API call when nothing is new, with checkpoint-based resume for interrupted syncs. - OAuth 2.1 PKCE Authentication: Secure browser-based login with automatic token refresh and client secrets stored in macOS Keychain. - Scheduled Automation: launchd (macOS) and systemd (Linux) integration for unattended daily backups of your watch feed or specific artists. - Use Case: An art collector wants a local archive of every piece from artists they follow. They authenticate once with da auth, run da sync watched for a full backfill, then install a launchd job that syncs the feed every night at 03:00. ## Quick Start Install da-cli with pipx, register a DeviantArt OAuth app, then ask the agent to configure the client credentials and run an initial sync of your watch feed to a local folder.