Created
April 4, 2018 14:44
-
-
Save ywchiu/a9f1a00f1b52172701c0742d68547ba9 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 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36' | |
} | |
res = requests.get('http://www.jiandanxinli.com/experts', headers = headers) | |
res.text |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment