How can i set a response which returned by the scrapy to the QWebPage or QWebframe?
-
i'm making a ajax crawler that depend on scary and qtwebkit.The scrapy can make a request and get the response,so,how can i give the response to the QWebPage or QWebframe?
My English is bad and you can email me,My email is acmtiger@gmail.com
Thank for you help. -
If I understand the prblem correctly...you need to make your own network access manager and feed the web engine from the data.
Sounds tricky since the data need to be buffered and the request won't have the same order. I would just build the bot on top of WebKit instead of mixing two tools.