twitteroauth icon indicating copy to clipboard operation
twitteroauth copied to clipboard

Add streaming support

Open abraham opened this issue 10 years ago • 4 comments

Streaming support would be a good addition.

abraham avatar Jan 12 '15 01:01 abraham

Hi @abraham , For a few years now I've had some efficient code I use for the streaming API. It supports gzip, uses cURL for handling connections and streaming, OAuth, follows all the guidelines I'm aware of (exponential backoff, error handling [temporary vs permanent]) and so forth.

If you're interested in taking a look and discussing before I publish the code anywhere, feel free to message me.

I'd be willing to contribute it to your library rather than release something separate and help offer support for that portion as well.

dapphp avatar Mar 23 '17 03:03 dapphp

This would be an awesome addition, do you guys have any update on this?

salvob41 avatar Aug 28 '17 15:08 salvob41

@salvob41 If you're willing to work with me and provide feedback to test my library, I'd be happy to touch it up and post it publicly.

It uses it's own OAuth library, has some basic classes for API calls, and would basically be completely independent of this library. I'm by no means trying to replace or hijack abraham's version in the PHP ecosystem (I just needed streaming/firehose and it was kinda a hobby project to do the rest). Hence why it's been private for basically 5 years :)

dapphp avatar Aug 28 '17 20:08 dapphp

Related #684

abraham avatar Jul 03 '18 18:07 abraham

TwitterOAuth is in maintenance mode and major improvements are no longer planned. https://github.com/abraham/twitteroauth/issues/1188

abraham avatar Jul 24 '23 03:07 abraham