Skip to content

Instantly share code, notes, and snippets.

View matsjoonas's full-sized avatar

Mats-Joonas Kulla matsjoonas

View GitHub Profile
@tanelj
tanelj / voog_migrator.rb
Last active March 18, 2019 14:51
Small script to migrate content between websites that are build with Voog CMS (www.voog.com). Read more about Voog API www.voog.com/developers/api
#!/usr/bin/env ruby
# voog_migrator.rb
#
# Small script to migrate content between websites that are build with Voog CMS.
# This tool is using Ruby client of the Voog API: https://github.com/Voog/voog.rb.
#
# Read more about Voog API http://www.voog.com/developers/api.
# This tools allows to analyze source and target host (default action when running this script without any parameters)