微博可以配置OpenClaw咯!
今晚体验体验
安装插件
git clone https:// github.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
发布于 北京
