Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (dankgrinder) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
DankGrinder CLI
Dank Memer automation engine — multi-account grinding with live TUI dashboard.
Installation & Usage
# Run directly (no install needed)
npx dankgrinder --key dkg_your_api_key --url https://your-dashboard.com
# Or install globally
npm install -g dankgrinder
dankgrinder --key dkg_your_api_key --url https://your-dashboard.comOptions
| Flag | Description | Default |
|---|---|---|
--key <key> |
Your DankGrinder API key (required) | — |
--url <url> |
API server URL (required) | — |
--help |
Show help | — |
--version |
Show version | — |
Setup
- Sign up at your DankGrinder dashboard
- Go to Accounts → add your Discord account(s) with token and channel ID
- Enable the commands you want to automate per account
- Go to API Keys → create a new key
- Run:
npx dankgrinder --key dkg_your_key --url https://your-dashboard.com
Supported Commands (30)
| Category | Commands |
|---|---|
| Grinding | hunt, dig, fish, beg, search, crime, postmemes |
| Games | highlow, blackjack, coinflip, roulette, slots, snakeeyes, trivia, scratch |
| Economy | daily, weekly, monthly, work shift, stream, adventure, deposit |
| Utility | farm, tidy, use, drops, alert |
Features
- Multi-account support with per-account config
- Redis-backed cooldowns per command per account
- Live TUI dashboard with real-time stats
- Auto-buy tools (shovel, fishing pole, rifle) when missing
- Smart button/interaction handling for all mini-games
- Hold Tight detection with automatic cooldown management
Requirements
- Node.js 18+
- A DankGrinder account with API key
- Discord token(s) configured in dashboard
- Redis (optional, for persistent cooldowns via
REDIS_URLenv var)