https://github.com/resticdog/tt-rss-plugin-ntfy
Send your RSS feed notification via Ntfy
https://github.com/resticdog/tt-rss-plugin-ntfy
ntfy tt-rss tt-rss-plugin ttrss
Last synced: 3 months ago
JSON representation
Send your RSS feed notification via Ntfy
- Host: GitHub
- URL: https://github.com/resticdog/tt-rss-plugin-ntfy
- Owner: resticDOG
- Created: 2024-10-24T07:53:30.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-01-03T09:55:50.000Z (9 months ago)
- Last Synced: 2025-02-23T18:15:53.959Z (8 months ago)
- Topics: ntfy, tt-rss, tt-rss-plugin, ttrss
- Language: PHP
- Homepage: https://linkzz.org/posts/oracle-linux-deploy-ttrss/
- Size: 141 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[中文](./README.zh_CN.md)
## Features
- Supports sending RSS feed update notifications via Ntfy
- Can be used with TT-RSS filters to control notifications## Installation
1. Clone this plugin to the TT-RSS plugin directory:
```bash
cd /path/to/tt-rss/plugins
git clone https://github.com/resticDOG/tt-rss-plugin-ntfy.git ntfy
```2. Enable the plugin in the TT-RSS admin interface:
- Go to Preferences -> Plugins
- Find "Ntfy"
- Click Enable## Configuration
1. Configure the following parameters in the plugin settings:
- Ntfy server address (e.g., )
- Notification topic (Topic)
- Token
## Usage
### 1. Enable for a Feed
Enable the plugin on the feed edit page to push notifications when the feed
updates.
### 2. Enable with Filter
Create a filter and select **Invoke plugin**: **Ntfy: Send Notification** in the
actions.
### Troubleshooting
If you encounter issues, check:
1. Whether the PHP curl extension is installed
2. If the Ntfy server address is correct
3. TT-RSS logs for related error messages### Contribution Guide
Pull Requests and Issues are welcome!
### Acknowledgments
- [Tiny Tiny RSS](https://tt-rss.org/)
- [Ntfy](https://ntfy.sh/)
- [mercury_fulltext](https://github.com/HenryQW/mercury_fulltext)### Contact
For questions or suggestions, please contact via:
- Submit an [Issue](https://github.com/resticDOG/tt-rss-plugin-ntfy/issues)
- Pull Requests---