Skip to content

Instantly share code, notes, and snippets.

@al3xandr3
Created May 15, 2009 10:04
Show Gist options
  • Save al3xandr3/112156 to your computer and use it in GitHub Desktop.
Save al3xandr3/112156 to your computer and use it in GitHub Desktop.
(import 'winterwell.jtwitter.Twitter)
(defn twitter-update [the_message]
(let [twitter (new Twitter "username" "password")]
(.updateStatus twitter the_message)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment