Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanyaoli authored Aug 30, 2024
1 parent bd91932 commit 4d4afca
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,31 @@
# 每天 60 秒读懂世界

利用 pushplush 免费实现《每天 60 秒读懂世界》新闻推送,持续更新接口。
利用 `pushplush` / `Server酱` / `企业微信BOT` 实现《每天 60 秒读懂世界》新闻推送,持续更新接口。

## 使用指南
## 使用

1. [创建仓库分支](https://github.com/yanyaoli/daily60s/fork)

2. 选择自己的分支仓库 -> `Settings` -> `Secrets and Variables` -> `Action` -> `New repository secret`,添加以下内容:

- **Pushplus Token**[官网免费申请](https://www.pushplus.plus/)

- Topic:如果需要群发,可以设置群组 ID
> - PUSHPLUS_TOKEN:Pushplus 官网免费申请【可选】
>
> - PUSHPLUS_TOPIC:如果需要群发,可以设置群组ID【可选】
>
> - SERVERCHAN_SCKEY:Server酱官网免费申请【可选】
>
> - WECHAT_BOT_URL:企业微信 bot 的 webhook URL【可选】
3. 选择自己的分支仓库 -> `Settings` -> `Actions` -> ` General` -> `Workflow permissions`,勾选`Read and write permissions``Allow GitHub Actions to create and approve pull requests`,然后`Save`保存


## API

- 图片:`https://api.03c3.cn/api/zb`

- 文字:`https://api.03c3.cn/api/zb?type=text`


## Demo

<div>
Expand Down

0 comments on commit 4d4afca

Please sign in to comment.