Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LeetaoGoooo/RSSAid
RSSAid is a complementary app for RSSHub built with Flutter | RSSAid 是一个由 Flutter 构建的 RSSHub 的辅助 App
https://github.com/LeetaoGoooo/RSSAid
android flutter ios rss rss-generator rsshub rsshub-radar
Last synced: 13 days ago
JSON representation
RSSAid is a complementary app for RSSHub built with Flutter | RSSAid 是一个由 Flutter 构建的 RSSHub 的辅助 App
- Host: GitHub
- URL: https://github.com/LeetaoGoooo/RSSAid
- Owner: LeetaoGoooo
- License: mit
- Created: 2020-12-01T09:05:53.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-11T12:13:52.000Z (about 1 month ago)
- Last Synced: 2024-10-12T06:21:16.383Z (30 days ago)
- Topics: android, flutter, ios, rss, rss-generator, rsshub, rsshub-radar
- Language: Dart
- Homepage:
- Size: 1.56 MB
- Stars: 1,044
- Watchers: 15
- Forks: 49
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changelogs/1.6.4.txt
- License: LICENSE
Awesome Lists containing this project
README
RSSAid
> RSSAid is a complementary app for [RSSHub](https://github.com/DIYgod/RSSHub) built with Flutter, similar to [RSSHub Radar](https://github.com/DIYgod/RSSHub-Radar), which helps you quickly discover and subscribe to RSS feeds from websites, and supports common parameters of RSSHub (for filtering, getting full text, etc.)
> [ChineseVersion](README_CN.md)
## Install
[](https://f-droid.org/packages/com.gmail.cn.leetao94.rssaid/)
The latest build for Android can be found in [the releases](https://github.com/lt94/RSSAid/releases).
## Build
If you wish to build the application from source, please refer to the [official documentation by Flutter](https://flutter.cn/docs/deployment/android).
## Features
- [x] Detect RSSHub sources from URL (Supports almost all rules as RSSHub Radar)
- [x] Supports mobile-only URLs (auto URL expansion for shortlinks and mobile subdomains)
- [x] Import URLs from clipboard
- [x] Quick subscription
- [x] Customizable general parameters
- [x] Customizable RSSHub server
- [x] Auto-update RSSHub Radar rules
- [x] Supports Weibo
- [x] Supports customized rules
- [x] Save history
- [x] RSS+ rules
- [x] Available on FDroid
- [x] English version## Rules
RSSAid use the same [rules](https://github.com/DIYgod/RSSHub/blob/master/assets/radar-rules.js) as [RSSHub Radar](https://github.com/DIYgod/RSSHub-Radar) and both supports auto-update.
If you wish to submit new rules for RSSHub Radar and RSSAid, see [how](https://docs.rsshub.app/joinus/#ti-jiao-xin-de-rsshub-radar-gui-ze).
> Note that rules using `document` in `target` is not applicable to RSSAid. RSSAid is NOT a browser extension, it simply gets and parses URL.
> Some pages have different URLs for mobile and PC, but rules on RSSHub Radar only supports PC-style URLs. RSSAid will try to convert mobile-specific URLs, but if you find a URL that is valid on RSSHub Radar but not on RSSAid, try using the URL for PC, and report the issue on Telegram.
## Author
RSSAid is made by Leetao and licensed under **MIT license**.