It is a tool for retrieving posts from Qiita that are tied to a specific tag in the CLI.
# install
go get github.com/shinshin86/qiita-tag-feed-reader-cli
# Get the post by specifying a random tag
qiita-tag-feed-reader-cli
# Get the post tagged with Go
qiita-tag-feed-reader-cli Go
# Get the post tagged with セキュリティ(Of course, you can also use Japanese.)
qiita-tag-feed-reader-cli セキュリティ
When running without arguments, there are 100 tags that can be selected at random, in order of frequency of use. However, these tags were obtained in advance using Qiita's API at the time of implementation, So they do not reflect the latest state at runtime.
100 tags are maintained here.