Web crawler on python

James Mills prologic at shortcircuit.net.au
Sun Oct 26 18:25:55 EDT 2008


On Mon, Oct 27, 2008 at 6:54 AM, sonich <SoniaTerpugova at gmail.com> wrote:
> I need simple web crawler,
> I found Ruya, but it's seems not currently maintained.
> Does anybody know good web crawler on python or with python interface?

Simple, but  it works. Extend it all you like.

http://hg.softcircuit.com.au/index.wsgi/projects/pymills/file/330d047ff663/examples/spider.py

$ spider.py --help
Usage: spider.py [options] <url>

Options:
  --version             show program's version number and exit
  -h, --help            show this help message and exit
  -q, --quiet           Enable quiet mode
  -l, --links           Get links for specified url only
  -d DEPTH, --depth=DEPTH
                        Maximum depth to traverse

cheers
James

-- 
--
-- "Problems are solved by method"



More information about the Python-list mailing list