This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Usage | |
# curl -s https://raw.github.com/gist/4685351 | CF_DOMAIN=your_domain CF_ROOM="Your room" CF_TOKEN=your_api_token ruby | |
require 'rubygems' | |
require 'tinder' | |
class CampfireUploadCleaner | |
CF_DOMAIN = ENV["CF_DOMAIN"] | |
CF_ROOM = ENV["CF_ROOM"] |