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

More features #5

Closed dsalcedo closed 10 years ago

dsalcedo commented 10 years ago

This lib is awesome ! Why not add support for the diferents methods for twitter? would be great :]

nathanbowser commented 10 years ago

Most twitter modules implement every single feature from the API, and they tend to get bloated because they are stretched thinly. I think it's more important to focus on one thing, and try to do it well.

There are a bunch of other twitter modules for interacting with the REST api.

That said, did you have something in mind for this particular module? We'd accept a PR.

dsalcedo commented 10 years ago

Yes !! I'm working to add a few methods, and as you say: first have to get it right, when I finish I'll share :)

nathanbowser commented 10 years ago

Great, looking forward to it.