Created
June 13, 2016 07:32
-
-
Save ywchiu/b0be2b78e9ebff4e5661252780da5590 to your computer and use it in GitHub Desktop.
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
import requests | |
headers = { | |
'User-Agent':'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.36' | |
} | |
res=requests.get('https://tw.stock.yahoo.com/q/q?s=2330', headers = headers) | |
print res.text |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment