Skip to content

Instantly share code, notes, and snippets.

@jonromero
Created March 9, 2011 10:58
Show Gist options
  • Select an option

  • Save jonromero/862025 to your computer and use it in GitHub Desktop.

Select an option

Save jonromero/862025 to your computer and use it in GitHub Desktop.
Gets the latest mention for my twit-name on twitter
(defn get-latest-twit []
(:text (first (:results (twitter/search "@jonromero")))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment