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.
- Host: GitHub
- URL: https://github.com/uetchy/qiita-takeout
- Owner: uetchy
- License: mit
- Created: 2015-01-24T15:13:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-05-13T00:09:37.000Z (about 9 years ago)
- Last Synced: 2026-05-23T22:05:37.907Z (27 days ago)
- Language: Ruby
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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