An open API service indexing awesome lists of open source software.

https://github.com/uetchy/qiita-takeout

Takeout all your articles from Qiita to local storage.
https://github.com/uetchy/qiita-takeout

Last synced: 1 day ago
JSON representation

Takeout all your articles from Qiita to local storage.

Awesome Lists containing this project

README

          

# Qiita::Takeout

This gem can takes your articles from Qiita to local storage.
It's assumed to use for backup.

## Installation

```ruby
gem install qiita-takeout
```

## Usage

```console
$ 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

1. Fork it ( https://github.com/uetchy/qiita-takeout/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request