Re: [twitter-dev] New twitter API in Clojure

2011-07-02 Thread Mo'b Mo'b
With Rate-limiting , right? On Thu, Jun 30, 2011 at 4:53 PM, AdamWynne adamwy...@gmail.com wrote: Hi guys I have open sourced my connectivity api to twitter, so for all you Clojure twitter-heads, go and check out: https://github.com/adamwynne/twitter-api Some features: - its based on the

Re: [twitter-dev] New twitter API in Clojure

2011-07-02 Thread Adam Wynne
It's a wrapper around the current API so the same rate limiting applies Sent from my Commodore64 On 2 Jul 2011, at 08:51, Mo'b Mo'b mobingapapi...@gmail.com wrote: With Rate-limiting , right? On Thu, Jun 30, 2011 at 4:53 PM, AdamWynne adamwy...@gmail.com wrote: Hi guys I have open

[twitter-dev] New twitter API in Clojure

2011-06-30 Thread AdamWynne
Hi guys I have open sourced my connectivity api to twitter, so for all you Clojure twitter-heads, go and check out: https://github.com/adamwynne/twitter-api Some features: - its based on the async.http.client library for high performance, low overhead comms - it has a full test suite - it is