Advertisement
Guest User

Untitled

a guest
May 15th, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. while true; do curl -sSL https://2ch.hk/b |pup 'div[class="post post_type_oppost"] json{}'|jq '.[0,1,2,3,4] | .children[0,2]|{link: .children[5].children[0].href,text: .text}|[ .[] | select(length > 0) ]'|sed 's/\/b\/res/https:\/\/2ch.hk&/; s/\[//; s/\]//'|sed -z 's/html"\n\n/html"/g; s/\n\n\n/\n\n/'|cut -c1-256|ccze -A > /tmp/rss_2ch|(sleep 3;clear;cat); sleep 60; done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement