carbon/papertiger-telegram

Add Telegram finisher to Sitegeist.PaperTiger

0.1.2 2024-02-02 12:37 UTC

This package is auto-updated.

Last update: 2024-04-13 20:02:35 UTC


README

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