← 返回
未分类 Key

GroupMe CLI

Send and read GroupMe messages via the groupme CLI. Use when asked to list groups, read messages, send messages to groups, or manage GroupMe direct messages...
通过 groupme CLI 发送和读取 GroupMe 消息。适用于列出群组、读取消息、向群组发送消息或管理私信。
cuuush
未分类 clawhub v1.0.4 1 版本 99557.5 Key: 需要
★ 0
Stars
📥 225
下载
💾 0
安装
1
版本
#latest

概述

GroupMe CLI

Send and read GroupMe messages from the command line using the groupme CLI.

Setup

Installation

git clone https://github.com/cuuush/groupme-cli
cd groupme-cli
npm install
npm run bundle
npm link

> Note: npm run bundle uses esbuild to produce a single self-contained file at dist/groupme-cli.js. No separate TypeScript compilation step needed — just install, bundle, and link.

Authentication

Get your GroupMe API token from dev.groupme.com → Access Token, then configure:

groupme config --token YOUR_ACCESS_TOKEN

Or use the GROUPME_TOKEN environment variable, or pass --token to any command.

Core Commands

List Groups

groupme groups
groupme groups --json

Read Messages

# Latest messages from a group
groupme read --group GROUP_ID

# More messages
groupme read --group GROUP_ID --limit 50

# Paginate older messages
groupme read --group GROUP_ID --before MESSAGE_ID

# JSON output
groupme read --group GROUP_ID --json

Send a Message

groupme send --group GROUP_ID --message "Hello!"

Direct Messages

# Read DMs
groupme dm-read --user USER_ID

# Send a DM
groupme dm --user USER_ID --message "Hey!"

List DM Conversations

groupme chats
groupme chats --page 2 --per-page 10

Current User Info

groupme me

Fuzzy Group Search

Groups support fuzzy name matching — you can use partial names when referencing groups in commands.

Global Options

  • --token — Override configured token
  • --json — Machine-readable JSON output
  • --help — Show help

Tips

  • Run groupme groups --json to get GROUP_IDs for use in other commands
  • Use --json output to pipe into other tools or for scripting
  • Config is stored at ~/.config/groupme/config.json

版本历史

共 1 个版本

  • v1.0.4 当前
    2026-05-12 05:34 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,946
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,071 📥 804,805
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,371 📥 319,668