feat: summarize rss and send to feishu

This commit is contained in:
ECSS 11
2026-01-13 00:44:52 -06:00
parent ed6f65c43f
commit d61262215e
18 changed files with 2654 additions and 7 deletions

4
Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM ubuntu:latest
LABEL authors="YE"
ENTRYPOINT ["top", "-b"]