Skip to content

Instantly share code, notes, and snippets.

View hezronobuchele's full-sized avatar

Hezron Obuchele hezronobuchele

  • Gro Intelligence
  • Nairobi, Kenya
View GitHub Profile
#!/usr/local/bin/ruby
# A script to download the latest episodes from railscasts.com
#
# author: modsaid <mahmoud@modsaid.com>
# mechanize support: Hossam Hammady <github@hammady.net>
# gem install mechanize
require 'rubygems'
require 'mechanize'