|
| 1 | +[中文](./README.CN.md) |
| 2 | + |
| 3 | +## Features |
| 4 | + |
| 5 | +- Supports sending RSS feed update notifications via Ntfy |
| 6 | +- Can be used with TT-RSS filters to control notifications |
| 7 | + |
| 8 | +## Installation |
| 9 | + |
| 10 | +1. Clone this plugin to the TT-RSS plugin directory: |
| 11 | + |
| 12 | + ```bash |
| 13 | + cd /path/to/tt-rss/plugins |
| 14 | + git clone https://github.com/resticDOG/tt-rss-plugin-ntfy.git ntfy |
| 15 | + ``` |
| 16 | + |
| 17 | +2. Enable the plugin in the TT-RSS admin interface: |
| 18 | + - Go to Preferences -> Plugins |
| 19 | + - Find "Ntfy" |
| 20 | + - Click Enable |
| 21 | + |
| 22 | +## Configuration |
| 23 | + |
| 24 | +1. Configure the following parameters in the plugin settings: |
| 25 | + - Ntfy server address (e.g., <https://ntfy.sh>) |
| 26 | + - Notification topic (Topic) |
| 27 | + - Token |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | +## Usage |
| 32 | + |
| 33 | +### 1. Enable for a Feed |
| 34 | + |
| 35 | +Enable the plugin on the feed edit page to push notifications when the feed |
| 36 | +updates. |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | +### 2. Enable with Filter |
| 41 | + |
| 42 | +Create a filter and select **Invoke plugin**: **Ntfy: Send Notification** in the |
| 43 | +actions. |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | +### Troubleshooting |
| 48 | + |
| 49 | +If you encounter issues, check: |
| 50 | + |
| 51 | +1. Whether the PHP curl extension is installed |
| 52 | +2. If the Ntfy server address is correct |
| 53 | +3. TT-RSS logs for related error messages |
| 54 | + |
| 55 | +### Contribution Guide |
| 56 | + |
| 57 | +Pull Requests and Issues are welcome! |
| 58 | + |
| 59 | +### Acknowledgments |
| 60 | + |
| 61 | +- [Tiny Tiny RSS](https://tt-rss.org/) |
| 62 | +- [Ntfy](https://ntfy.sh/) |
| 63 | +- [mercury_fulltext](https://github.com/HenryQW/mercury_fulltext) |
| 64 | + |
| 65 | +### Contact |
| 66 | + |
| 67 | +For questions or suggestions, please contact via: |
| 68 | + |
| 69 | +- Submit an [Issue](https://github.com/resticDOG/tt-rss-plugin-ntfy/issues) |
| 70 | +- Pull Requests |
| 71 | + |
| 72 | +--- |
0 commit comments