Mike L f6a11cc2ad fix overwork bug, attempt to fix cache file deletion exception | 1 year ago | |
---|---|---|
dist | 1 year ago | |
src | 1 year ago | |
.eslintrc.js | 3 years ago | |
.gitignore | 3 years ago | |
LICENSE | 4 years ago | |
README.md | 3 years ago | |
config.example.json | 2 years ago | |
package.json | 1 year ago | |
tsconfig.json | 3 years ago | |
tslint.json | 4 years ago |
修改自:rikakomoe/cqhttp-twitter-bot
使用 API:koishijs/koishi
它会从命令传入的 JSON 配置文件里读取配置,配置说明如下
配置项 | 说明 | 默认 |
---|---|---|
cq_access_token | OneBot HTTP API access_token(需与插件一致, 插件若未配置本项即为空,建议配置为独特值) |
""(空) |
cq_ws_host | OneBot HTTP API 插件服务端地址 | 127.0.0.1 |
cq_ws_port | OneBot HTTP API 插件服务端口 | 6700 |
cq_bot_qq | OneBot HTTP API 登录的目标机器人 QQ 号 | 10000(示例值,必填) |
twitter_consumer_key | Twitter App consumer_key | (必填) |
twitter_consumer_secret | Twitter App consumer_secret | (必填) |
twitter_access_token_key | Twitter App access_token_key | (必填) |
twitter_access_token_secret | Twitter App access_token_secret | (必填) |
mode | 工作模式,0 为图文模式,1 为纯文本模式,2 为文 本附图模式 |
0 |
playwright_ws_spec_endpoint | Playwright 配置拉取 URL,内容格式为:{<浏览器>:<开发工具 WebSocket 端点 URL>} |
http://127.0.0.1:8080 /playwright-ws.json (示例值,模式 0 时必填) |
resume_on_start | 是否在启动时从退出时的进度继续(拉取本应用非活 动时期错过的推文) |
false |
work_interval | 对单个订阅两次拉取更新的最少间隔时间(秒) | 60 |
webshot_delay | 抓取网页截图时等待网页加载的延迟时长(毫秒) | 10000 |
lockfile | 本地保存订阅信息以便下次启动时恢复 | subscriber.lock |
loglevel | 日志调试等级 | info |
示例文件在 config.example.json
/help
查看文档)