Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
I know is a very simple question but I\'ve been stuck for an hour and I just can\'t understand how this works.
it seems that the size of the window, e.g. of an open browser开发者_运维技巧, is capped based on the screen size or screen resolution or something along these lines. Is there a way to go around this a
I\'d like to be able to screenscrape Morningstar webpages.Morningstar provides information about a mutual fund that I routinely look up but haven\'t been able to find elsewhere, ie
I\'m collecting stats about mobile applications using Python and now I\'m looking for the best solution to access the Blackberry App World data.
Is it recommended to work with persistent connections when screen-scraping?What are the possible advantages/disadvant开发者_如何学编程ages?
Ok, i need to get the prices of items from newegg.com. I\'m an affiliate with them and i have permission.
I am trying to download this page so that I can scrape the search results. However, when I download the page and try to process it w开发者_如何学JAVAith BeautifulSoup, I find that parts of the page (f
I need to scrape data from a site, but it requires my login first. I\'ve been using hpricot to successfully scrape other sites, but I\'m new to using mechanize, and I\'m truly baffled by how to work i
I\'m trying to scrape websites, modify all visible text (meaning: links, paragraphs, headlines, etc) by keeping the html structure and then render the \'new\' page afterwards.