You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
8 years ago | |
---|---|---|
.gitignore | 9 years ago | |
ErrbitPlugin.php | 8 years ago | |
README.md | 9 years ago | |
composer.json | 10 years ago |
README.md
Errbit plugin for GNU social
Status: experimental
Currently, whatever GNU social's onEndLog event catches is sent to Errbit.
This might change in the future.
Instructions
These instructions assume you have composer installed.
Make sure the files are in a folder called Errbit
if they're not already
Put the folder in your /plugins/
directory
Run composer install
in the /plugins/Errbit/
directory
Tell /config.php
to use it with the following:
addPlugin('Errbit', array(
'host' => 'err.example.org',
'api_key' => 'YOUR_API_KEY'
));