meh.com scrapper in 3 lines ;)

viv

Vivek Siva

Posted on October 6, 2020

meh.com scrapper in 3 lines ;)


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!

💖 💪 🙅 🚩
viv
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.

Related

meh.com scrapper in 3 lines ;)
codenewbie meh.com scrapper in 3 lines ;)

October 6, 2020