post_to_telegram/README.md

21 lines
774 B
Markdown
Raw Normal View History

2022-02-23 15:30:18 +02:00
Post to Telegram
2019-03-03 11:46:31 +02:00
===============
2022-02-23 15:30:18 +02:00
This plugin adds a [filter action](https://git.tt-rss.org/fox/tt-rss/wiki/ContentFilters) that sends new articles to a Telegram channel.
2019-03-03 11:46:31 +02:00
Installation
------------
2022-02-23 15:30:18 +02:00
Clone this repository into your `plugins.local` directory in your TT-RSS installation. Ensure the plugin directory is named EXACTLY `post_to_telegram`, otherwise it won't work.
2019-03-03 11:46:31 +02:00
Configuration
-------------
2022-02-23 15:30:18 +02:00
Once you have enabled the plugin a new section called *Post to Telegram* should be available in the Preferences tab in your TT-RSS settings where you can enter a webhook URL.
2019-03-03 11:46:31 +02:00
A new filter action should also be available. Select *Invoke plugin* as the filter action then *Discord_Webhook: Send to Discord*.
2022-02-23 15:30:18 +02:00
Credits
-------
Based on "Discord Webhook" plugin by Roliga