Differences between revisions 17 and 18
Revision 17 as of 2003-08-12 21:53:00
Size: 2328
Editor: 203-195-199-244
Comment:
Revision 18 as of 2003-09-28 10:05:42
Size: 2108
Editor: 203-195-202-194
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
   [http://sithara.freezope.org/harvestman/source/ "Source/Binaries Download Page"]    [http://harvestman.freezope.org/ "Source/Binaries Download Page"]
Line 13: Line 13:
   Python versions:: 2.2.2, 2.2.3    Python versions:: 2.2.2, 2.2.3 (Might work for earlier versions also,
                                  not tested)
Line 15: Line 16:
   Binaries :: Available for Win32    Binaries :: None
Line 54: Line 55:
         HarvestMan is the name of a kind of small spider found in parts of N.A
    also called "Daddy long legs". Since this program functions as a "spider",
    and also makes a living by "harvesting" links from the internet, the name
    "HarvestMan" looked very apt.

Description

A www crawler(robot) program in python.

Information

How it spins its web

  • HarvestMan uses a threading model using python threads to achieve a very fast, but highly customizable download of web-sites on the internet.It can be used to download files from intranet servers. It is the first multithreaded, opensource webcrawler written in python.

Features

  • Fully Multithreaded
  • Number of threads configurable by user
  • Support for robots exclusion protocol
  • Filtering of urls using regular expressions
  • Filtering of server names using regular expressions
  • Control download by specifying depth of fetching
  • Configure by number of files downloadable
  • Specify timeout for individual threads
  • Control download speed by changing thread/depth options.
  • HTTP/FTP/HTTPS support & support for servers in LAN.

  • XML project files which can be re-read
  • Smart reconnection
  • Support for proxies/firewalls
  • File limits, server limits
  • Projects browser page
  • Command line/config file support
  • Use as a program or as a web-spider module
  • OO architecture

Who should use it

  • HarvestMan is written for the desktop user. It can be used as an internet spidering module also. An API for external users is being written.

Taxonomy

  • Species: HarvestMan Genus: (Internet) Spiders

Developers

  • "The Harvesters", Anand B Pillai, Nirmal K Chidambaram

HarvestMan (last edited 2014-05-31 20:10:33 by MarcAndreLemburg)

Unable to edit the page? See the FrontPage for instructions.