Skip to content

Instantly share code, notes, and snippets.

domain "api.campfire.com or something"
id = "your id"
dir = File.expand_path('~/Documents/Campfire Transcripts')
`mkdir '#{dir}'`
Dir.chdir(dir)
(2007..2011).to_a.each {|year|
(1..12).to_a.each {|month|
(1..31).to_a.each {|day|