
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@dropreply/cli
Advanced tools
Command-line interface for DropReply — publish replies and upvotes on Reddit & X from your terminal.
npm install -g dropreply-cli
Requires Node.js 18+.
Set your API key as an environment variable:
export DROPREPLY_API_KEY=drpl_live_sk_your_key_here
dropreply replySubmit 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 statusCheck the status of a reply.
dropreply status rpl_abc123
dropreply repliesList 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 offsetdropreply upvoteSubmit 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 upvotedropreply usageCheck your credit balance and plan details.
dropreply usage
dropreply accountsCheck available managed accounts.
# All accounts
dropreply accounts
# Filter by platform
dropreply accounts --platform reddit
Options:
--platform — Filter by platformdropreply helpShow help message with all commands.
dropreply help
| Variable | Description |
|---|---|
DROPREPLY_API_KEY | Your API key (required) |
DROPREPLY_BASE_URL | Custom API base URL (default: https://api.dropreply.com) |
MIT
FAQs
CLI for DropReply — publish replies on Reddit & X from the command line
We found that @dropreply/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.