wildphp / module-linksniffer
Shows information about a link when it is posted in a channel
Requires
- react/http-client: ^0.5
- yoshi2889/collections: ^0.1
Requires (Dev)
- phpunit/phpunit: ^6.2
- dev-master
- v3.0.0-beta.3
- v3.0.0-beta.2
- v2.1.7
- v2.1.6
- v2.1.5
- v2.1.4
- v2.1.3
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.1
- v2.0.0
- dev-dependabot/composer/squizlabs/php_codesniffer-3.6.0
- dev-dependabot/composer/react/http-client-0.5.11
- dev-dependabot/composer/phpunit/phpunit-8.5.15
- dev-dependabot/add-v2-config-file
- dev-issue-11
- dev-newcommands
This package is auto-updated.
Last update: 2023-03-28 22:39:07 UTC
README
This module shows information about a link when it is posted in a channel.
System Requirements
This module requires the json
php extension for various sub-modules to work.
Installation
To install this module, we will use composer
:
composer require wildphp/module-linksniffer
That will install all required files for the module. In order to activate the module, add the following line to your modules array in config.neon
:
- WildPHP\Modules\LinkSniffer\LinkSniffer
The bot will run the module the next time it is started.
Configuration
It is possible to blacklist this module in certain channels. For this, add the following snippet to your config.neon
:
disablelinksniffer: - '#channel1' - '#channel2'
Usage
This module does not have additional usage information.
License
This module is licensed under the MIT license. Please see LICENSE
to read it.