klinker24 / talon-for-twitter-android

The most powerful and beautiful Twitter client available.
https://klinkerapps.com/talon-overview
1.19k stars 184 forks source link

Use Twitter's WebHooks for push notifications #86

Closed klinker24 closed 6 years ago

klinker24 commented 6 years ago

The APIs are currently in beta and you can't subscribe more than 50 users. I will not be able to implement this until they are out of beta.

I think that making a Node app and running it through Firebase Cloud functions would be a really easy way to do this. I will probably just subscribe users to a channel based on their user id and events can be delivered that way.

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

Boilerplate code: https://github.com/twitterdev/twitter-webhook-boilerplate-node

klinker24 commented 6 years ago

Won't be possible due to pricing. This API isn't designed for notifications.