This is a daily news bot use github action and pushplus.
If you want to use it, here are the steps:
-
clone this repository.
-
create a pushplus account and token for push message to your wechat.
-
Settings -> Secrets and variables -> Actions
in your repository page, clickNew repository secret
, the name isTOKEN
, the secret is your pushplus token, then add secret finally.
You can config the scheduled time in .github/workflows/main.yml
.
on:
schedule: # 每日定时推送新闻
- cron: "5 20 * * *" # 分 时 日 月 星期, eg: 20:05pm
If you have any questions, please contact me in wx: allinjava
and note 「github」.
Finally, if the project is helpful to you, please give the project a star ⭐, let more people see it, thanks~
UPD:2023/08/24