0.0.6 • Published 8 years ago

twitter-webhook-flock v0.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

twitter-web-hook-node NPM version Build Status Dependency Status

Installation

$ npm install --save twitter-webhook-flock

Usage

var twitterWebHook = require('twitter-webhook-flock');

var loginKeys = {
    consumerKey: <twitter.Consumer Key >
    consumerSecret: <twitter.Consumer Secret>
    accessToken: <twitter.Access Token>
    accessTokenSecret: <twitter.Access Token Secret>
  };
var flockPostUrl = <Incoming webhook URL >;
var keyword = 'flockchat';
var postInternval = 60*60*1000; // defaults to 24 hrs if not specified

var T = new twitterWebHook(loginKeys, flockPostUrl, keyword, postInterval);
T.startTwitterInterval()

License

MIT © Sukhmeet Singh

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago