Skip to content

Instantly share code, notes, and snippets.

@ianchen06
Created May 22, 2019 22:04
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 ianchen06/ce93601f87c3db7d62cc966c8be853a9 to your computer and use it in GitHub Desktop.
Save ianchen06/ce93601f87c3db7d62cc966c8be853a9 to your computer and use it in GitHub Desktop.
Cheap capless monitor on kingdomnote
curl -s https://search.kingdomnote.com/\?limit\=20\&order\=priceAsc\&keyword\=%E3%82%AD%E3%83%A3%E3%83%83%E3%83%97%E3%83%AC%E3%82%B9%20PILOT\#itemlist | python3 -c 'import sys, re; s = sys.stdin.read(); res = [int(x.replace(",","")) for x in re.findall("""FP-resultItem__price">¥(.+?)<""", s)]; print(res);'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment