QiitaExport
export tool for Qiita(http://qiita.com/).
qiita-export | RubyGems.org
https://rubygems.org/gems/qiita-export/
Installation
Add this line to your Gemfile:
gem 'qiita-export'
And then execute:
$ bundle
Or install it yourself as:
$ gem install qiita-export
Usage
Usage: qiita-export [options]
-u, --url=url specify the URL for the Qiita(or Qiita Team).
-l, --url-list=filepath specify the file path of the URL list.
-U, --user-id=user_id specify the userid for the Qiita.
-k, --kobito=[Kobito.db] export Kobito.app database.
-t, --team=teamname export Qiita Team articles only.
-T, --team-all export Qiita Team all articles.
-i, --image export with images.
-c, --comment export with comments.
-h, --html export in html format(experimental).
-o, --output-dir=dirpath specify the full path of destination directory.
-a, --api-token=token specify API token for Qiita.
-e, --exclude-pattern=regexp specify the regexp pattern to exclude article title.
-g, --original-image-filename export by original image file name
--no-rc ignore .qiita-exportrc files.
Contributing
- Fork it ( https://github.com/akishin/qiita_export/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
License
MIT License