Skip to content

Repository files navigation

openclaw-weibo

OpenClaw Weibo DM channel plugin - 微博私信通道插件

使用

获取凭证

  1. 打开微博客户端,私信 @微博龙虾助手
  2. 发送消息:连接龙虾
  3. 收到回复示例:
    您的应用凭证信息如下:
    
    AppId: your-app-id
    AppSecret: your-app-secret
    
    如需重置凭证,请发送 "重置凭证" 命令。
    

配置OpenClaw

安装插件

git clone https://gitee.com/wecode-ai/openclaw-weibo.git
cd openclaw-weibo
openclaw plugins install .
openclaw gateway restart

配置凭证

使用命令配置:

openclaw config set 'channels.weibo.appSecret' 'your-appSecret'
openclaw config set 'channels.weibo.appId' 'your-appId'

或编辑 ~/.openclaw/openclaw.config.json

{
...existing config...
  "channels": {
    ...existing config...
    "weibo": {
      "appId": "your-app-id",
      "appSecret": "your-app-secret"
    }
  }
}

插件网络访问说明

  • 插件通过域名 open-im.api.weibo.com 来调用微博接口。
  • 如在出入口网络受限环境下使用该插件请注意配置访问权限。

License

MIT

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages