🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@dropreply/cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dropreply/cli

CLI for DropReply — publish replies on Reddit & X from the command line

latest
npmnpm
Version
1.0.0
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

DropReply CLI

Command-line interface for DropReply — publish replies and upvotes on Reddit & X from your terminal.

Installation

npm install -g dropreply-cli

Requires Node.js 18+.

Authentication

Set your API key as an environment variable:

export DROPREPLY_API_KEY=drpl_live_sk_your_key_here

Commands

dropreply reply

Submit a reply for publishing.

dropreply reply --platform reddit --url "https://www.reddit.com/r/startup/comments/abc123/..." --content "Great post! We had a similar experience..."

# Schedule for later (Growth/Scale plans only)
dropreply reply --platform reddit --url "https://..." --content "..." --schedule-at "2026-03-25T14:00:00Z"

Options:

  • --platform (required) — reddit or twitter
  • --url (required) — Target post URL
  • --content (required) — Reply text (10-2000 characters)
  • --schedule-at — ISO 8601 datetime to schedule publishing (Growth/Scale only, up to 30 days ahead)

dropreply status

Check the status of a reply.

dropreply status rpl_abc123

dropreply replies

List your replies with optional filters.

# List all replies
dropreply replies

# Filter by platform and status
dropreply replies --platform reddit --status published --limit 10

# Paginate
dropreply replies --limit 20 --offset 40

Options:

  • --platform — Filter by reddit or twitter
  • --status — Filter by queued, scheduled, publishing, published, failed, or rejected
  • --limit — Results per page (default: 20, max: 100)
  • --offset — Pagination offset

dropreply upvote

Submit an upvote/like.

dropreply upvote --platform reddit --url "https://www.reddit.com/r/startup/comments/abc123/..."

Options:

  • --platform (required) — reddit or twitter
  • --url (required) — Target URL to upvote

dropreply usage

Check your credit balance and plan details.

dropreply usage

dropreply accounts

Check available managed accounts.

# All accounts
dropreply accounts

# Filter by platform
dropreply accounts --platform reddit

Options:

  • --platform — Filter by platform

dropreply help

Show help message with all commands.

dropreply help

Environment Variables

VariableDescription
DROPREPLY_API_KEYYour API key (required)
DROPREPLY_BASE_URLCustom API base URL (default: https://api.dropreply.com)

License

MIT

Keywords

dropreply

FAQs

Package last updated on 23 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts