Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Colafornia/little-robot
⏲️定时任务脚本,推送前端资讯到微信/Telegram
https://github.com/Colafornia/little-robot
docker koa2 node telegram wechat
Last synced: about 1 month ago
JSON representation
⏲️定时任务脚本,推送前端资讯到微信/Telegram
- Host: GitHub
- URL: https://github.com/Colafornia/little-robot
- Owner: Colafornia
- License: mit
- Created: 2017-11-20T12:22:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-03T08:03:50.000Z (over 5 years ago)
- Last Synced: 2024-07-31T12:07:56.838Z (4 months ago)
- Topics: docker, koa2, node, telegram, wechat
- Language: JavaScript
- Homepage:
- Size: 80.1 KB
- Stars: 86
- Watchers: 22
- Forks: 9
- Open Issues: 49
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- favorite-link - ⏲️ 定时任务脚本,推送前端资讯到微信/Telegram。
README
# Deprecated
**推送服务已暂停**,汇总推送历史可在 [Issue](https://github.com/Colafornia/little-robot/issues) 中查看
# little-robot
一些练习、自用的脚本每天由定时任务通过 [PushBear](https://pushbear.ftqq.com/admin/#/) 推送到微信
更多关于本项目的信息可参考[博客](https://blog.colafornia.me/post/2018/the-beginning-of-little-robot/)
## RSS 新文章推送
工作日每早十点,微信/Telegram 推送我订阅的 RSS源 24小时内的更新
目前将RSS源维护在
`config` 文件服务器的数据库中每周推送汇总位于 [issues](https://github.com/Colafornia/little-robot/issues)
目前订阅源主要为前端资讯,均为个人口味,欢迎新的订阅源推荐
Telegram channel: https://t.me/fedailypush
## TODO
- [x] RSS源维护到 MongoDB 中
- [x] 循环抓取,避免源不稳定引发的问题
- [x] 汇总历史到 issue
- [x] 简单的文章去重
- [x] 搭建 Koa Server
- [x] 精准设置 RSS 推送间隔时间
- [x] 法定假日,双休日均不推送
- [x] 使用 Docker 镜像进行部署
- [x] Telegram 推送
- [ ] 提供推送历史浏览页面