No commit activity in last 3 years
No release in over 3 years
Qiita::NekosogiStocker stocks specific user's all articles..
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 10.0

Runtime

>= 0
>= 0
 Project Readme

Qiita::NekosogiStocker

Qiita::NekosogiStocker stocks specific user's all articles.

Gem Version

๐Ÿ’ญ 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 ๐Ÿ‘ฌ

  1. Fork it ( https://github.com/tbpgr/qiita_nekosogi_stocker/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