Skip to content

Instantly share code, notes, and snippets.

View graysonchen's full-sized avatar

Grayson Chen graysonchen

View GitHub Profile
@graysonchen
graysonchen / 360buy.rb
Created November 9, 2012 01:54 — forked from mimosz/.gitignore
京东商品价格解析
# -*- encoding: utf-8 -*-
require 'mini_magick'
require 'rtesseract'
require 'nokogiri'
require 'nestful'
require 'csv'
require 'pp'
class Buy360
def initialize(url='')