node-twitter
node-twitter copied to clipboard
Client library for the Twitter REST and Streaming API's.
So I am trying to track the tweets a single account. I'm able to stream with `twitter.stream('statuses/filter', {track: 'WarframeAlerts'}, function(stream)` but it's also spitting out every tweet other users send...
I'm using the streaming API to get real-time tweets for a specific location; however, the user may want tweets relevant to another geolocation after awhile, and currently the way I...
I have a node.js app which is listening while the application is alive. Somehow it seems like the stream get disconnected but I can't seem to find any reason, neither...
How do i track more than one thing?
Occasionally i'll find my program hung, completely ignoring tweets from a point onwards with no error in the console. As there is no error, this is my only possible assumption....
It would be really great to have some documentation around an efficient and reliable way to work with collections that are paged using next_token. I'm currently using a promiseWhile approach...
any login example? I'm new with this twitter auth and i cant understand twitter docs .. i do understand the Facebook google and GitHub .. twitter giving me hard time...
Whenever I attempt to `follow` too many user IDs with `statuses/filter` (streaming API), I consistently get back a 503 error from Twitter. (Note: I am keeping the number below Twitter's...
Been trying to get this too work with React. It works on my back-end but not in React? I'm getting a series of errors: "Can't resolve 'fs', Can't resolve 'net'"...
I'm getting 144 no status found with these methods although I've been able to delete the same ids in python.