lexasoft / php-censor-telegram-plugin
PHP Censor plugin for Telegram
Installs: 76
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 1
Open Issues: 1
Type:php-censor-plugin
Requires
- php: >=5.3.3
- guzzlehttp/guzzle: 6.2.*
This package is not auto-updated.
Last update: 2020-03-23 20:10:50 UTC
README
This package is abandoned and no longer maintained. The author suggests using the build-in PHP Censor plugin instead.
PHP-Censor-Telegram-Plugin
Telegram plugin for PHP Censor
Installation
First of all - composer require lexasoft/php-censor-telegram-plugin
Add to project
In the PHP Censor Project config section add the Telegram trigger
complete:
telegram:
api_key: "<YOUR_BOT_TOKEN_HERE>"
message: "[%ICON_BUILD%] [%PROJECT_TITLE%](%PROJECT_URI%) - [Build #%BUILD%](%BUILD_URI%) has finished for commit [%SHORT_COMMIT% (%COMMIT_EMAIL%)](%COMMIT_URI%) on branch [%BRANCH%](%BRANCH_URI%)"
recipients:
- <user id>
- "-<group id>"
- "@<channel id>"
send_log: true