tweet!
Version: 4.2.1.5

Twitter

Jay McCarthy <jay at plt-scheme dot org>

A Twitter API.

 (require (planet jaymccarthy/twitter))

(tweet! username password status)  void
  username : string?
  password : string?
  status : (string-len/c 140)

Tweets status using username as the username and password as the password with HTTP Basic Authentication.