httpstream icon indicating copy to clipboard operation
httpstream copied to clipboard

A client for http streaming API's in Go: Twitter, Flowdock, DataSift, Custom

Results 5 httpstream issues
Sort by recently updated
recently updated
newest added

This affects application go code that includes this library. As a library you should probably defer the decision of log format to the application that is using it.

as of June 11, 2013 Twitter streaming APIs now require oauth for authentication, so this library no longer works. https://dev.twitter.com/docs/streaming-apis/connecting#Authentication

I ran examples/twoautho.go. It doesn't matter if I pass in the users (userIds) argument at all. I'm just getting the sample stream. Search (track) seems to work though.

Wasn't sure if using delimited would improve performance but it would allow for just reading the exact number of bytes. Docs: https://dev.twitter.com/docs/streaming-apis/parameters#delimited. I noticed that Python implementation https://github.com/tweepy/tweepy/blob/master/tweepy/streaming.py uses and...

{"tweet":{"disconnect":{"code":7,"stream_name":"username-statuses656107","reason":"admin logout"}}}