I'd like to write a program (in Arc, which is a language on top of Racket) using the Twitter API. I'd like to use a library for Twitter, if one exists. Does anyone know of one? I've looked on planet.racket-lang, and the only two twitter-related libraries I can find are one using Twitter Basic Authentication, which has been disabled in favor of OAuth, and pltwitter, which is a Twitter clone.
I'd rather not write a library myself, but I'll work on it if I have to. There is a library with OAuth support, but it implements OAuth v2, and Twitter uses OAuth v1. I'd appreciate pointers towards anything out there that could help me out. Thanks.
-Zachary Kanfer