Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am danweller18 on github.
  • I am danweller18 (https://keybase.io/danweller18) on keybase.
  • I have a public key ASCKBVF3RxVKx0N52p_hEhI7ujEGVZmezCU70-_aP7BLTAo

To claim this, I am signing this object:

@danweller18
danweller18 / Blockstack verification
Created November 7, 2017 00:19
verifying myself on blockstack
Verifying my Blockstack ID is secured with the address 12LwWTKwTd31mBWuL4tksCFakjWmrC71VD https://explorer.blockstack.org/address/12LwWTKwTd31mBWuL4tksCFakjWmrC71VD
require 'oauth_util.rb'
require 'net/http'
o = OauthUtil.new
o.consumer_key = 'examplek9SGJUTUpocjZ5QjBJmQ9WVdrOVVFNHdSR2x1TkhFbWNHbzlNQS0tJnM9Y29uc3VtkZXJzZWNyZXQmeD0yYg--';
o.consumer_secret = 'exampled88d4109c63e778dsadcdd5c1875814977';
url = 'http://query.yahooapis.com/v1/yql?q=select%20*%20from%20social.updates.search%20where%20query%3D%22search%20terms%22&diagnostics=true';