Re: twitter-api and streaming calls

2014-05-06 Thread Andrew Fitzgerald
xample/src/main/java/com/twitter/hbc/example/FilterStreamExample.java with some additional logic to dump messages onto rabbitmq. Clojure code here https://www.refheap.com/85199 Cheers, Andrew Fitzgerald On Friday, May 2, 2014 3:40:06 AM UTC-4, Simon Katz wrote: > > Thanks Andrew and Gary.

Re: twitter-api and streaming calls

2014-05-01 Thread Andrew Fitzgerald
I had the same (very frustrating issue) recently. I ended up just using the official twitter API which is written in Java https://github.com/twitter/hbc On Thursday, May 1, 2014 6:59:04 PM UTC-4, Simon Katz wrote: > > Hi, > > I'm playing with twitter-api (https://github.com/adamwynne/twitter-api