views:

47

answers:

2

Hi folks,

I really need to find a reliable way in order to store a web page locally, with all it's dependencies e.g. html, css stylesheets, javascript, etc...

A python library would be awesome, a CLI would be great too. Also would this type of app/library have a standardized name?


Any suggestions guys? =)

A: 

you can try Scrapy which is fairly simple and efficient: it is a bit more than a python library...

Mermoz
+1  A: 

I have used HTTrack in the past to good effect (available for Windows, Linux, & OS X). It has a C API and there is also a third-party Python wrapper available.

Also see this question: http://stackoverflow.com/questions/1035825/any-python-script-to-save-websites-like-firefox

msanders
@msanders: excellent! Thanks! =D
RadiantHex
Thanks for updating your question with more information :)
RadiantHex