Skip to content

Instantly share code, notes, and snippets.

View TimothyYe's full-sized avatar
🖋️
Creating bugs...

Timothy TimothyYe

🖋️
Creating bugs...
  • Singapore
View GitHub Profile
@TimothyYe
TimothyYe / BuyVMStock.rb
Created March 30, 2012 16:49
A ruby script to check the stocks of BuyVM
#BuyVMStock.rb
#Written by Timothy 2012.03.29
#Run it with: ruby BuyVMStock.rb
require 'open-uri'
require 'json'
MailTo = "[email protected]"
def SendMailNotify(content)