Created
October 30, 2017 11:26
-
-
Save onokatio/e8d5ee0058fe6a5976ab89095f2cae8b to your computer and use it in GitHub Desktop.
qiitaのapiから取ってきたjsonを整形して過去記事botに食わせる
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| for i in {0..37};do echo -n '【過去記事Bot】 ';jq -r .[$i].title myfeed|tr -d '\n';echo -n ' ';jq -r .[$i].url myfeed;done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment