https://github.com/ronething/ruanyf-weekly-rss-push
基于 actionsflow 实现科学爱好者周刊 rss feed 推送
https://github.com/ronething/ruanyf-weekly-rss-push
rss
Last synced: 8 months ago
JSON representation
基于 actionsflow 实现科学爱好者周刊 rss feed 推送
- Host: GitHub
- URL: https://github.com/ronething/ruanyf-weekly-rss-push
- Owner: ronething
- License: 0bsd
- Created: 2021-08-08T08:47:37.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-31T02:55:38.000Z (over 1 year ago)
- Last Synced: 2025-01-31T03:24:14.496Z (over 1 year ago)
- Topics: rss
- Homepage:
- Size: 19.5 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
- [ruanyf-weekly-rss-push](#ruanyf-weekly-rss-push)
- [usage](#usage)
- [效果图](#%E6%95%88%E6%9E%9C%E5%9B%BE)
- [acknowledgement](#acknowledgement)
## ruanyf-weekly-rss-push
基于 actionsflow 实现科学爱好者周刊 rss feed 推送, 目前支持 slack/wecom
### usage
- fork 此仓库
- Secrets Actions 中添加 SLACK_URL 和 WECOM_URL 相对应的值即可
- 定时策略可在 .github/workflows 目录下面进行相应修改
### 效果图
_
### acknowledgement
- ruanyf/weekly [issue-190](https://github.com/ruanyf/weekly/issues/2132)
- [actionsflow](https://github.com/actionsflow/actionsflow)