CarbonPackages / Carbon.Papertiger.Telegram

Add Telegram finisher to Sitegeist.PaperTiger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latest stable version Total downloads License GitHub forks GitHub stars GitHub watchers

Carbon.Papertiger.Telegram for Sitegeitst.PaperTiger

This enables Sitegeitst.PaperTiger to send message to Telegram.

Installation

Carbon.Papertiger.Telegram is available via packagist. Run the following command in your site package

composer require --no-update carbon/papertiger-telegram

Then run composer update in your project root.

Settings

These are the default settings:

Carbon:
  PaperTiger:
    Telegram:
      allowableTags: '<b><strong><i><em><u><ins><s><del><strike><a><tg-spoiler><tg-emoji><code><pre><blockquote><br>'
      apiUrl: 'https://api.telegram.org'
      apiKey: null
      chatId: null
      requestOptions:
        disable_web_page_preview: false
        parse_mode: HTML

With apiKey and chatId you can set default values for the needed properties. If they are set, the will not be shown in the Neos backend

About

Add Telegram finisher to Sitegeist.PaperTiger

License:GNU General Public License v3.0


Languages

Language:PHP 100.0%