Qiita::NekosogiStocker
Qiita::NekosogiStocker stocks specific user's all articles.
๐ญ Image
Before
You
๐จโโ๐๐ด(๐ author)
โโโ๐
โโโ๐
โ๐๐๐
โ๐๐๐
โโโ๐
After
You
๐ถ
๐จ๐๐๐๐ด(๐ author)
โ๐๐๐
โ๐๐๐
โ๐๐๐
โ๐๐๐
โ๐๐๐
โ๏ธโฌ๏ธ Installation
Add this line to your application's Gemfile:
gem 'qiita_nekosogi_stocker'
And then execute:
$ bundle
Or install it yourself as:
$ gem install qiita_nekosogi_stocker
๐ป Commands
command name nekosoqiita
sub command | args | memo |
---|---|---|
help | -- | show help |
help | sub command name | show specific sub-command help |
version | -- | show version |
stock | qiita_user_id | Stock all articles that created by user(qiita_user_id). Output format is ltsv. |
๐ Usage
# ไผ่ค็ดไน ใใใฎ่จไบใๆ นใใใในใใใฏใใฆใฟใพใ
$ nekosoqiita stock naoya@github
title: Yak shaving in Yosemite url: http://qiita.com/naoya@github/items/8793fe9227f2b144b1ff
title: Go ใฎๅคๆฐๅๆๅใซไผดใๆกไปถๅๅฒใใใฃใจ่ฏใๆใใซๆธใใใใจๆใฃใใ่ซฆใใใใใชใใใใงใ url: http://qiita.com/naoya@github/items/fbfb853a910a8b3ae0fd
title: Chef ใง aws ใฎ t1.micro ใซ swap ใไฝใใฌใทใ url: http://qiita.com/naoya@github/items/2059e3755962e907315e
title: iTerm2 ใง emacs ใง C-tab ใง other-window url: http://qiita.com/naoya@github/items/bfb250aa76107a036127
๐ณ Env
key | value |
---|---|
access_token | Qiita access token |
.env
access_token=set_your_qiita_token
๐ซ Dependency
key | value |
---|---|
qiita | qiita gem |
๐ญ Contributing ๐ฌ
- Fork it ( https://github.com/tbpgr/qiita_nekosogi_stocker/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