desmondmorris / node-twitter

Client library for the Twitter REST and Streaming API's.
https://www.npmjs.com/package/twitter
MIT License
1.27k stars 237 forks source link

Is this package still maintained? #279

Open nelsyeung opened 6 years ago

nelsyeung commented 6 years ago

Is this package still maintained?

fsandx commented 6 years ago

Also curious about the status of this library....

peterpme commented 6 years ago

:wave: @nelsyeung, @fsandx

After much consideration, I've decided to take the best parts of this library and create: https://github.com/preposterous/twitter-lite

Let me know what you think!

dandv commented 6 years ago

@peterpme: So glad to see someone rewrite the Twitter client from scratch using modern promises and cross-fetch! Would love to kick its tires as soon as streams support is added. CC @Frizz925.

tylerthebuildor commented 6 years ago

I just opened a PR for stream support 😄 https://github.com/Preposterous/twitter-lite/pull/13

peterpme commented 6 years ago

Woo! Looking over it now :)

peterpme commented 6 years ago

Streams are now part of twitter-lite thanks to @tylerbuchea 😄

loljoho commented 6 years ago

FYI @peterpme

According to Twitter, the User and Site stream APIs will be discontinued in June to make way for the Account Activity API:

The Account Activity API will replace the User streams and Site streams APIs. Additionally, we plan to sunset those APIs on Tuesday June 19, 2018.

https://developer.twitter.com/en/docs/accounts-and-users/subscribe-account-activity/overview

tylerthebuildor commented 6 years ago

Thanks for the heads up @loljoho I just signed up for the beta https://developer.twitter.com/en/apply you should to @peterpme

peterpme commented 6 years ago

awesome thanks for sharing!!!