Skip to content

scup/tweet-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweet Stats

Import Module

var TweetStats = module('tweet-stats');

Authentication

var credentials = {
  consumer_key: '...',
  consumer_secret: '...',
  access_token: '...',
  access_token_secret: '...'
};
var tweetStats = new TweetStats(credentials, interval);

Filter

tweetStats.filter("hello world");

Get Stats

/*
statsJson = {
	total : 100,
	start : #{timestamp},
	end : #{timestamp}
};
*/
tweetStats.onStats(function(statsJson){

	...
	
});

About

Get stats of Tweets easily

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published