Skip to content

Instantly share code, notes, and snippets.

@ywchiu
Created January 13, 2015 02:13
Show Gist options
  • Save ywchiu/bb0931ebdc6fd3d065ee to your computer and use it in GitHub Desktop.
Save ywchiu/bb0931ebdc6fd3d065ee to your computer and use it in GitHub Desktop.
import requests
res = requests.get("http://140.115.236.11/query_tea.asp?STR=ZA101&Query=%ACd%B8%DF&MM2=1&YY2=2015&item2=%AFZ%AF%C5")
res.encoding = "big5"
print res.text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment