Skip to content

Instantly share code, notes, and snippets.

View joshwand's full-sized avatar

Josh Wand joshwand

  • San Francisco, CA
View GitHub Profile
@joshwand
joshwand / gist:319809
Created March 2, 2010 19:12
httparty/yajl streaming testcase 1
require 'rubygems'
require 'httparty'
require 'uri'
class MyTest
# include HTTParty
TWITTER_USERNAME = "your twitter username"
TWITTER_PASSWORD = "your twitter password"