Skip to content

Instantly share code, notes, and snippets.

View daviscabral's full-sized avatar

Davis Z. Cabral daviscabral

View GitHub Profile
@daviscabral
daviscabral / jum_proxy.rb
Created April 30, 2009 03:08
Mechanize tests to get orkut/twitter messages
# Mechanize tests with Orkut/Twitter
# @author Davis Zanetti Cabral
# Orkut usage example:
# >> require 'jum_proxy'
# >> orkut = JumProxy::Sites::Orkut.new("daviscabral@gmail.com", "pa$$w0rd", "pt-BR")
# >> orkut.scraps
#
# Twitter usage example:
# >> require 'jum_proxy'