0
votes
1answer
46 views
How to capture a part of a screen using Ruby on Windows?
Instead of using some third party app, I'd like to write an app in Ruby that when invoked, will capture the full screen and save it in c:\screenshot\snap000001.png
The graphic p …
-1
votes
1answer
52 views
How to record screen and save as gif animation?
Is there such a software?
0
votes
2answers
36 views
How to detect mailto links with Hpricot/Nokogiri
I want to match links like <a href="mailto:my@email.com">foo</a>, but this doesn't work only works in Nokogiri:
doc/'a[href ^="mailto:"]'
What's the right way of doi …
5
votes
2answers
122 views
Scraping Library for PHP - phpQuery?
I'm looking for a PHP library that allows me to scrap webpages and takes care about all the cookies and prefilling the forms with the default values, that's what annoys me the most …
0
votes
7answers
106 views
Scraping and Parsing a Wikipedia Page
Hey guys. I'm wondering if there are any existing libraries in or accessible from Objective-C that would allow me to scrape pages formatted like this one. Specifically, all of the …
0
votes
3answers
38 views
How do I capture a web applications screen to attach to an e-mail on error?
I am working on a web application and we would like to capture the screen (either the applications current screen or the whole screen) and attach this to an e-mail that is automati …
1
vote
1answer
30 views
How to scrape web pages that are in different format/layouts ?
I need to scrape Form 10-K reports (i.e. annual reports of US companies) from SEC website for a project.
The trouble is, companies do not use the exact same format for filing thi …
1
vote
3answers
84 views
I’m new to Perl and have a few regex questions
I'm teaching myself Perl and I learn best by example. As such, I'm studying a simple Perl script that scrapes a specific blog and have found myself confused about a couple of the …
0
votes
6answers
308 views
Code Golf: Multi-threaded HTML screen scraper/spider [closed]
The Challenge
Create a simple HTML screen scraper that finds all links to stackexchange sites on a given start page and attempts to fetch the number of questions on each site. Res …
0
votes
6answers
72 views
extract value from web page
Hi I have a website's home page that I am reading in using Curl and I need to grab the number of pages that the site has.
The information is in a div:-
<div class="pager">
…
0
votes
2answers
25 views
DownloadData() is downloading source that is completely wrong. Source view in Firefox different than that downloaded.
I'm trying to download the source HTML of a website using the WebClient.DownloadData() method.
My method is supposed to give me the source:
public string GetSite(string URL)
…
-1
votes
1answer
61 views
code for scraping in php [closed]
hi,
i want code for scraping the content and image from web page to excel sheet using php. any one can help me pls.................
5
votes
4answers
329 views
How to download any(!) webpage with correct charset in python?
Problem
When screen-scraping a webpage using python one has to know the character encoding of the page. If you get the character encoding wrong than your output will be messed up. …
1
vote
1answer
175 views
Better way to handle screen scrape object
In my applications I always end up implementing a Model-View-Presenter pattern and usually end up scrapping my View object from the screen with a get property.
For example
Person …
-2
votes
1answer
34 views
.NET, scrape dynamic (Java App?) webpage for information?
I am attempting to get some information from a website, the info that I need is located on the missouri.edu site (so it's publicly available).
Here is the process that I need to ac …
