Created
May 22, 2019 22:04
-
-
Save ianchen06/ce93601f87c3db7d62cc966c8be853a9 to your computer and use it in GitHub Desktop.
Cheap capless monitor on kingdomnote
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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