lepingzhang / daily_news

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wechat-gptbot 每日早报插件

本项目作为 wechat-gptbot 插件,可以根据关键字回复对应的信息。

安装指南

1. 添加插件源

plugins/source.json 文件中添加以下配置:

{
  "daily_news": {
    "repo": "https://github.com/lepingzhang/daily_news.git",
    "desc": "每日早报"
  }
}

2. 插件配置

config.json 文件中添加以下配置:

"plugins": [
  {
    "name": "daily_news",
    "schedule_time": "08:00",
    "command": ["早报", "今天有什么新闻"],
    "single_chat_list": ["wxid_***"], 
    "group_chat_list": ["***@chatroom"],
    "token": "your_token_here",
    "reply_mode": "text" #text仅文本、image仅图片、both文本+图片
  }
]

3. 获取早报API

这里获取token

感谢

参考了plugin_weather以及plugin_dailynews

About


Languages

Language:Python 100.0%