0.0
No commit activity in last 3 years
No release in over 3 years
Provides the Import command for Bunto.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 0.3
~> 0.8
~> 2.4
~> 2.8
~> 0.3
~> 0.12
~> 10.1.0
~> 4.0.0
~> 1.2
~> 1.0
~> 3.42
~> 3.5
~> 0.7

Runtime

 Project Readme

bunto-import

Build Status Security

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.

How bunto-import works:

Bunto v2.x and higher

  1. Install the rubygem with gem install bunto-import.
  2. Run bunto import IMPORTER [options]

Bunto v1.x

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)

Documentation

bunto-import has its own documentation site, found at https://bunto-import.tk/. Dedicated documentation for each migrator is available there.