The new Bunto command for importing from various blogs to Bunto format.
Note: migrators are now called importers and are only available if one installs the bunto-import
gem.
- Install the rubygem with
gem install bunto-import
. - Run
bunto import IMPORTER [options]
Launch IRB:
# 1. Require bunto-import
irb> require 'bunto-import'
# 2. Choose the importer you'd like to use.
irb> importer_class = "Behance" # an example, there are many others!
# 3. Run it!
irb> BuntoImport::Importers.const_get(importer_class).run(options_hash)
bunto-import has its own documentation site, found at https://bunto-import.tk/. Dedicated documentation for each migrator is available there.