AnyEvent::Twitter::Stream reads a chunked Twitter API stream. Twitter recommends requesting a gzipped content for high volume streams.<div><br></div><div>I'm having difficulty implementing that. I'm wondering if this is a solved problem it perl and I just haven't found the correct CPAN module, yet.</div>
<div><br></div><div>I've experimented a bit with IO::Uncompress::Gunzip, but haven't found an easy way to feed it chunks and extract decompressed lines without the input buffer growing indefinitely.</div><div><br>
</div><div>Thanks in advance for any guidance you can offer.</div><div><br></div><div>-Marc</div>