Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'scrubyt'

801433 - ebay cracker2: ruby scrubyt ebay
  1. require 'rubygems'
  2. require 'scrubyt'
  3.  
  4. ebay_data = Scrubyt::Extractor.define do
  5.   fetch 'http://www.ebay.com/'
  6.   fill_textfield 'satitle', 'ipod video 80gb'
  7.   submit
  8.  
  9.  
801431 - ebay cracker2: ruby scrubyt ebay
  1. require 'rubygems'
  2. require 'scrubyt'
  3.  
  4. ebay_data = Scrubyt::Extractor.define do
  5.   fetch 'http://www.ebay.com/'
  6.   fill_textfield 'satitle', 'ipod video 80gb'
  7.   submit
  8.  
  9.  
801429 - ebay cracker: ruby scrubyt ebay
  1. require 'rubygems'
  2. require 'scrubyt'
  3.  
  4. Scrubyt.logger = Scrubyt::Logger.new
  5.  
  6. ebay_data = Scrubyt::Extractor.define do
  7.         fetch "http://www.ebay.com/"
  8.         fill_textfield "satitle", 'ipod video 80gb'
  9.  
801427 - ebay cracker: ruby scrubyt ebay
  1. require 'rubygems'
  2. require 'scrubyt'
  3.  
  4. Scrubyt.logger = Scrubyt::Logger.new
  5.  
  6. ebay_data = Scrubyt::Extractor.define do
  7.         fetch "http://www.ebay.com/"
  8.         fill_textfield "satitle", 'ipod video 80gb'
  9.  
fantasy-obligation