downloading full page text from a web domain

Posted by user362808 on Stack Overflow See other posts from Stack Overflow or by user362808
Published on 2010-06-09T19:33:58Z Indexed on 2010/06/09 19:42 UTC
Read the original article Hit count: 137

Filed under:

Howdy, folks!

First time here -- thought I'd field a question on behalf of a coworker.

Somebody in my lab is doing a content analysis (e.g. reading an article or transcript line by line and identifying relevant themes) of the web presences of various privatized neuroimaging centers (e.g. http://www.canmagnetic.com/). She's been c/ping entire site maps by hand, and I know I could slap something together with Python to follow links and dump full text (with line numbers) for her, but I've never actually done anything quite like this. Any ideas for how I'd get started?

Cheers, -alex

© Stack Overflow or respective owner

Related posts about python