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

Add extended tweet parameter to get tweets longer than 140 characters. #59

Closed shaunakg closed 3 years ago

shaunakg commented 3 years ago

This adds two new parameters in the dict passed to the constructor of the node-tweet-stream object.

tweet_mode controls the tweet_mode parameter in the API request via a string. extended is a boolean that sets tweet_mode to 'extended' if true or null/not included if false.

nathanbowser commented 3 years ago

Thanks! FWIW we aren't actively using this module anymore.

But I'l merge and publish.

nathanbowser commented 3 years ago

v2.1.0 published.