Skip to content

Instantly share code, notes, and snippets.

@wbrady
wbrady / create-confluence-spaces.rb
Created March 29, 2013 18:54
Ruby script to create Confluence personal spaces for users who don't have one
#!/usr/bin/env ruby
require 'xmlrpc/client'
puts "Please enter your Confluence base URL:"
base = STDIN.gets.chomp
puts "Please enter your username:"
user_name = STDIN.gets.chomp