Skip to content

Instantly share code, notes, and snippets.

@michaellee8
Created May 8, 2021 16:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaellee8/ab90e9b804f37def8b3b48f4ac83c4e7 to your computer and use it in GitHub Desktop.
Save michaellee8/ab90e9b804f37def8b3b48f4ac83c4e7 to your computer and use it in GitHub Desktop.
Dcard comment reader with author only command
curl -s "https://www.dcard.tw/service/api/v2/posts/230723124/comments?limit=100&after=0" | jq '.[] | select(.host==true) | .content'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment