A Python tool to download all your DeviantArt notes with metadata including sender, date, subject, and more. Export to JSON or CSV format for backup and archival purposes.
├── auth.py # Volvo API authentication (OAuth2 with PKCE) ├── config.yaml # Configuration file with API credentials ├── config.example.yaml # Configuration template ├── requirements.txt # Python ...