SerMon News
Status: Alpha
Brought to you by:
shen139
Twitter:
This alert plugin sends messages to your Twitter Account when an error is caught. [ http://lab.openwebspider.org/sermon/add-on/alerts/twitter.zip ]
Installation:
Extract twitter.zip and copy the entire content in the "alerts" folder.
Configuration:
Please add the following lines to your configuration file (configure.php):
-[
/* ******Twitter****** */
define("TWITTER_USERNAME", "your username");
define("TWITTER_PASSWORD", "your password");
]-