2 private links
A self-hosted, easy-to-deploy RSS tool that allows you to aggregate multiple RSS feeds, apply custom filters, and generate AI summaries. The current version may contain bugs or incomplete features. [...] Apply custom filters to your feeds to control what content gets through or not. [...] You can set the filter scope to apply to filter out matched entries entirely or filter for summary generation only. Aggregate Multiple Feeds #2-aggregate-multiple-feeds Easily combine multiple RSS feeds into a single processed feed, even more powerful when used with custom filters.
https://raw.githubusercontent.com/cooderl/wewe-rss/main/assets/logo.png 更优雅的微信公众号订阅方式。 https://zeabur.com/ https://railway.app/ https://github.com/cooderl/wewe-rss/issues/32 可参考 https://github.com/cooderl/wewe-rss/blob/main/docker-compose.yml 和 https://github.com/cooderl/wewe-rss/blob/main/docker-compose.sqlite.yml docker run -d \ --name wewe-rss \ -p 4000:4000 \ -e DATABASE_TYPE=sqlite \ -v $(pwd)/data:/app/data \ cooderl/wewe-rss-sqlite:latest 创建docker网络 docker network create wewe-rss 启动 MySQL 数据库 docker run -d \ --name db \ -e TZ='Asia/Shanghai' \ -v db_data:/var/lib/mysql \ --network wewe-rss \ mysql:latest --default-authentication-plugin=mysql_native_password DATABASE_URL (必填项)数据库地址,例如 mysql://root:123456@127.0.0.1:3306/wewe-rss。 [...] (添加频率过高容易被封控,等24小时解封) https://github.com/cooderl/wewe-rss/blob/main/assets/preview3.png 安装 nodejs 18 和 pnpm; 修改环境变量cp./apps/web/.env.local.example./apps/web/.env和cp./apps/server/.env.local.example./apps/server/.env 执行 pnpm install && pnpm dev 即可。
Miniflux is a minimalist and opinionated feed reader:
Written in Go (Golang)
Works only with Postgresql
Doesn't use any ORM
Doesn't use any complicated framework
Use only modern vanilla Javascript (ES6 and Fetch API)
Single binary compiled statically without dependency
The number of features is voluntarily limited
It's simple, fast, lightweight and super easy to install.
Official website: https://miniflux.app