export PATH=/usr/local/bin:$PATH
curl -s "https://meh.com/feed.json" | jq '.items[0].title'
curl -s "https://meh.com/feed.json" |jq '.items[0].url'
Now if you have a json path, and installed jq tool, you can technically scape any site right from the shell!
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)