[racket] How to connect to twitter streaming API?

From: Ray Racine (ray.racine at gmail.com)
Date: Thu May 16 17:53:26 EDT 2013

I recently ported a Typed Racket version of consumer OAuth here.   Pretty
much dependency tied a lot of the other library code there however.
Doesn't sign POST body code, I need to fix that.  But for HTTP GE wordks
fine where I've tried it.

https://github.com/RayRacine/grip/blob/master/oauth/oauth.rkt


On Thu, May 16, 2013 at 12:10 PM, John Clements
<clements at brinckerhoff.org>wrote:

> I had a student that took a crack at supporting twitter and (by extension)
> OAuth 1.0 in Racket.
>
> His work lives on GitHub, at
>
> https://github.com/StephenCharles/Racket-OAuth1.0a
>
> Take a look at this code; some of it may prove useful to you.
>
> John
>
>
> ____________________
>   Racket Users list:
>   http://lists.racket-lang.org/users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20130516/5f6af7be/attachment.html>

Posted on the users mailing list.