SpiderStrategies / node-tweet-stream

Node twitter module to hook into the public filter streaming, seamlessly updating the tracking keywords.
210 stars 43 forks source link

tracking retweets and favs #28

Closed stephanlindauer closed 9 years ago

stephanlindauer commented 9 years ago

hi there, first of all: thanks for this lib! ;-) i was wondering is there a way to get updates when a tweet is retweeted or fav'ed? cheers stephan

nathanbowser commented 9 years ago

Sure, we'll take a PR

nathanbowser commented 9 years ago

@stephanlindauer I think the retweet data is available on an incoming tweet message. You can use that to figure out if the tweet was original or retweeted.