[问题] 台银汇率爬虫问题

楼主: f0987654 (skywalker)   2016-06-28 20:10:11
最近想用python练习抓台银的汇率资料来做一些研究,不过遇到了一些问题
我的目标页面是这页的汇率资讯
https://fctc.bot.com.tw/Purchase/SelectCurrencyBank
之前用chrome的开发者工具研究了一下, 正常操作流程会是这样
step 1. GET https://fctc.bot.com.tw/Purchase/WarningPage
step 2. GET https://fctc.bot.com.tw/Purchase/RequestNewOrder
step 3. POST https://fctc.bot.com.tw/Purchase/SelectCurrencyBank
我尝试过拿step1, step2 的form 资料(变量__RequestVerificationToken)POST 到step3
也是会一直错误,它并不会吐汇率资料出来
想说各位有经验的大大,请问这要如何处理呢?
感谢
环境:python 2.7.10
套件: requests, urllib, BeautifulSoup
作者: iPhone007 (iPhone007)   2016-06-28 20:54:00

Links booklink

Contact Us: admin [ a t ] ucptt.com