Skip to content

Instantly share code, notes, and snippets.

@nealfennimore
Created April 18, 2014 16:18
Show Gist options
  • Save nealfennimore/11052285 to your computer and use it in GitHub Desktop.
Save nealfennimore/11052285 to your computer and use it in GitHub Desktop.
# Authenticate via API Key
client = Tumblr::Client.new :consumer_key => 'key'
# Make the request
client.tagged 'lol', :filter => 'text'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment