Skip to content

Instantly share code, notes, and snippets.

@code-later
Created September 13, 2011 17:13
Show Gist options
  • Save code-later/1214368 to your computer and use it in GitHub Desktop.
Save code-later/1214368 to your computer and use it in GitHub Desktop.
Heroku deployable app to retrieve the Twitter-ID for a Twitter-Name
run->(e){`curl twitter.com#{e['PATH_INFO']}`=~/_(\d+)"/;[200,{'Content-Type'=>''},[$1]]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment