Qiita::Takeout
This gem can takes your articles from Qiita to local storage. It's assumed to use for backup.
Installation
gem install qiita-takeout
Usage
$ qiita-takeout dump [name] [password]
Dumped => qiita-takeout-20150125
$ tree qiita-takeout-20150125
qiita-takeout-20150125
├── articles
│ ├── 22393
│ │ ├── 2013-07-07-HomebrewでOSXに音声解析エンジンJuliusを入れる.md
│ │ └── s1.png
│ └── 31028
│ └── 2013-11-02-Qiitaの記事をインクリメンタルサーチするAlfred 2 Workflow.md
└── articles.json
Contributing
- Fork it ( https://github.com/uetchy/qiita-takeout/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