npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-deviantart

v1.0.13

Published

n8n node for DeviantArt API with full functionality

Readme

DeviantArt Banner

n8n-nodes-deviantart

n8n-nodes-deviantart is a comprehensive integration node for n8n that helps you automate operations with the DeviantArt API: upload, manage, and publish artwork from Sta.sh to gallery, update metadata, handle tags, control AI settings, watermarks, mature content, groups, subject tags, and more.

Key Features

  • Upload artwork to Sta.sh with detailed information: title, description, tags, AI flags, mature content settings, watermarks, etc.
  • Publish artwork from Sta.sh to gallery with all DeviantArt API options
  • Flexible tag support: enter comma-separated strings or multiple lines
  • Control mature content, AI flags, watermarks, groups, subject tags, etc.
  • OAuth2 compatible: secure your DeviantArt account
  • User management: check watching status, get friends, search friends, watch/unwatch users
  • Profile management: update profile information, post status updates, update avatar
  • Browse and search: find content across DeviantArt with customizable parameters
  • Collections: create, manage, and interact with your collections

Installation

npm install n8n-nodes-deviantart

Or add directly to your package.json file:

"dependencies": {
  "n8n-nodes-deviantart": "^1.0.12"
}

Then run:

npm install

Usage

  1. Add the DeviantArt node to your n8n workflow (after installing this node)
  2. Set up OAuth2 for your DeviantArt account on n8n (See n8n documentation on OAuth2)
  3. Choose resource and operation:
    • Stash (upload, submit artwork)
    • Publish (publish artwork to gallery)
    • User (manage user profiles and relationships)
    • Gallery (interact with galleries)
    • Collections (manage collections)
    • Browse (search and browse content)
    • Delete, etc.
  4. Fill in the required parameters (title, tags, mature settings, watermark, group, subject tags, etc.)
  5. Run your workflow!

Tag Configuration Examples

  • Enter multiple tags: tag1, tag2, tag3 or one tag per line
  • Boolean fields (is_mature, is_ai_generated, noai, etc.) accept true/false or yes/no

Supported Parameters (publish/submit)

  • title, artist_comments, tags, original_url, is_dirty, itemid, stack, stackid, noai, is_ai_generated, is_mature, mature_level, mature_classification, feature, allow_comments, display_resolution, license_options, galleryids, allow_free_download, add_watermark, subject_tags, subject_tag_types, location_tag, groups, group_folders

Featured Artist

Check out amazing AI-generated artwork by An-AI on DeviantArt - a showcase of creative possibilities when combining artistic vision with modern AI tools.

Feedback & Support

  • If you encounter any issues or want to contribute additional features, please create an issue or pull request on this repo!

License

MIT