Another telegram RSSBot in Node.js
- HTTP Caching
- Import and export an opml file
- Various configuration
- Pagination on command that list feeds
- Automatically extract feed from page (from link tag with type such as
type="application/atom+xml"
) - I18N
Visit rssbot.vercel.app to see full documentation.
又是一个 telegram RSS Bot 不过这次用的是 Node.js
- HTTP Caching
- OPML 文件导入导出
- 丰富的可配置项
- 命令支持按键翻页
- 自动从网页中读取 feed url (从 type 类似这样的 link 标签中读取
type="application/atom+xml"
) - I18N
完整文档请访问 rssbot.vercel.app