meh.com scrapper in 3 lines ;)
Vivek Siva
Posted on October 6, 2020
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!
💖 💪 🙅 🚩
Vivek Siva
Posted on October 6, 2020
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.