Skip to content

Instantly share code, notes, and snippets.

@ywchiu
Created January 13, 2015 02:19
Show Gist options
  • Save ywchiu/763b5d26645095022ffb to your computer and use it in GitHub Desktop.
Save ywchiu/763b5d26645095022ffb to your computer and use it in GitHub Desktop.
import requests
import json
res = requests.get("http://www.gretai.org.tw/web/stock/aftertrading/daily_trading_info/st43_result.php?l=zh-tw&d=104%2F01&stkno=3290&_=1420965808599")
j = json.loads(res.text)
print j['stkName']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment