Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/indes/flowerss-bot
A telegram bot for rss reader. 一个支持应用内阅读的 Telegram RSS Bot。
https://github.com/indes/flowerss-bot
rss rssbot telegram telegram-bot
Last synced: 4 months ago
JSON representation
A telegram bot for rss reader. 一个支持应用内阅读的 Telegram RSS Bot。
- Host: GitHub
- URL: https://github.com/indes/flowerss-bot
- Owner: indes
- License: mit
- Archived: true
- Created: 2019-01-10T12:04:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-21T21:16:17.000Z (over 1 year ago)
- Last Synced: 2024-09-22T00:06:15.108Z (4 months ago)
- Topics: rss, rssbot, telegram, telegram-bot
- Language: Go
- Homepage: https://flowerss-bot.now.sh/
- Size: 6.88 MB
- Stars: 1,830
- Watchers: 22
- Forks: 237
- Open Issues: 49
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome - indes/flowerss-bot - A telegram bot for rss reader. 一个支持应用内阅读的 Telegram RSS Bot。 (Go)
- my-awesome - indes/flowerss-bot - bot pushed_at:2023-08 star:1.8k fork:0.2k A telegram bot for rss reader. 一个支持应用内阅读的 Telegram RSS Bot。 (Go)
README
# flowerss bot
[![Build Status](https://github.com/indes/flowerss-bot/workflows/Release/badge.svg)](https://github.com/indes/flowerss-bot/actions?query=workflow%3ARelease)
[![Test Status](https://github.com/indes/flowerss-bot/workflows/Test/badge.svg)](https://github.com/indes/flowerss-bot/actions?query=workflow%3ATest)
![Build Docker Image](https://github.com/indes/flowerss-bot/workflows/Build%20Docker%20Image/badge.svg)
[![Go Report Card](https://goreportcard.com/badge/github.com/indes/flowerss-bot)](https://goreportcard.com/report/github.com/indes/flowerss-bot)
![GitHub](https://img.shields.io/github/license/indes/flowerss-bot.svg)[安装与使用文档](https://flowerss-bot.now.sh/)
## Features
- 常见的 RSS Bot 该有的功能
- 支持 Telegram 应用内 instant view
- 支持为 Group 和 Channel 订阅 RSS 消息
- 丰富的订阅设置## 安装与使用
详细安装与使用方法请查阅项目[使用文档](https://flowerss-bot.now.sh/)。
使用命令:
```
/sub [url] 订阅(url 为可选)
/unsub [url] 取消订阅(url 为可选)
/list 查看当前订阅
/set 设置订阅
/check 检查当前订阅
/setfeedtag [sub id] [tag1] [tag2] 设置订阅标签(最多设置三个Tag,以空格分割)
/setinterval [interval] [sub id] 设置订阅刷新频率(可设置多个sub id,以空格分割)
/activeall 开启所有订阅
/pauseall 暂停所有订阅
/import 导入 OPML 文件
/export 导出 OPML 文件
/unsuball 取消所有订阅
/help 帮助
```
详细使用方法请查阅项目[使用文档](https://flowerss-bot.now.sh/#/usage)。