Skip to content

janesmae/VikingBot-Twitter-Plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages