2 Star 5 Fork 1

ARCTURUS/weibo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.py 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
ARCTURUS 提交于 2023-04-14 11:56 . feat: Update code
config = {
"multi": [
{
"gsid": "xxx",
"from": "xxx",
"s": "xxx",
"uid": "xxx",
# "push": {
# "type": "pushplus",
# "key": "xxx",
# },
},
# {
# "gsid": "",
# "from": "",
# "s": "",
# "uid": "",
# # "push": [
# # # 以数组的形式填写, 则会向多个服务推送消息
# # {
# # "type": "pushplus",
# # "key": "xxx",
# # },
# # {
# # "type": "workWechat",
# # "key": {
# # "agentid": 1000002,
# # "corpSecret": "xxx",
# # "corpid": "xxx",
# # },
# # },
# # ],
# },
],
"push": {
# 合并发送消息, 只合并未单独配置 push 的账号
"type": "pushplus",
"key": "xxx",
},
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/ICE99125/weibo.git
git@gitee.com:ICE99125/weibo.git
ICE99125
weibo
weibo
main

搜索帮助