Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

VikingBot-Twitter-Plugin

A plugin for posting Twitter feed to IRC

Configure

Add the following to the config.php:

$config['plugins']['twitterAPI'] = array(
    'oauth_access_token' => "",
    'oauth_access_token_secret' => "",
    'consumer_key' => "",
    'consumer_secret' => "",
    'pollInterval'=>120, // seconds
    'dbFile' => 'db/twitterPlugin.db',
    'channel'=>'#channel'
);

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages