screen-scraping
Need Help with VNC and its code
What I want to do is开发者_开发百科 suppose open 10 windows of paint application on a Windows 7 computer. I would like to show these 10 different windows on 10 different touch enabled devices. I am pl[详细]
2023-03-11 06:44 分类:问答Using PHP to gather an image at a specified URL and storing it into a database
Generally, I am looking to input a URL and then import the image at that URL into a database. Here is some code that has me close, but alternatives are welcomed.[详细]
2023-03-11 03:15 分类:问答Inferring templates from a collection of strings
I am indexing a set of websites which have a very large number of pages (tens of millions) that are generated from a small number of templates. I am looking for an algorithm to learn the templates tha[详细]
2023-03-11 03:06 分类:问答CSS Selector for group of elements?
I\'m trying to scrape an HTML site with this structure: <a name=\"how\"></a> <div class=\"ignore\"></div>[详细]
2023-03-10 22:42 分类:问答POST request capture with Mechanize
I\'m trying to use Mechanize to capture a POST request which is not possible via a form, because the form is inside an iframe that prevents loading directly via javascript.[详细]
2023-03-10 06:48 分类:问答How to capture entire webpage in iPhone safari?
Like in Firefox (Desktop version) I can take using Fireshot and in Android mobile I can take using Dolphin Screen Cut[详细]
2023-03-09 18:06 分类:问答Are there any tools for automatically generating Java code for screen scraping
Is there a way of browsing a web site through a proxy and autogenerating Java code (using HtmlClient) that can pla开发者_高级运维y back the requests?Take a look at Selenium. You can use the Selenium I[详细]
2023-03-09 08:37 分类:问答How do you scrape ajax push sites
Take a look at any live auction on http:/开发者_Python百科/www.quibids.com/ I wanted to scrape Bid History which appears to be being updated by a javascript timer.When I inspect element in Chrome it a[详细]
2023-03-06 22:07 分类:问答Stripping irrelevant parts of a web page
Is there a API or systematic way of stripping irrelevant parts of a web page while scraping it via Python? For instance, take this very page -- the only important part is the question and the answers,[详细]
2023-03-06 17:18 分类:问答What does this ASP viewstate mean?
I\'m scraping an asp.net web-form and it always sends viewstates like this: <input type=\"hidden\" name=\"__VIEWSTATE\" value=\"/wEXAQUDX19QDwUNZnJtQ291cnNlSW5mbw8GblQKzmHhzYgCAw==\">[详细]
2023-03-06 06:56 分类:问答