spyda 0.0 Documentation

Release:0.0.1
Date:November 19, 2013

About

Overview

spyda is a simple tool and library written in the Python Programming Language to crawl a given url whilst allowing you to restrict results to a specified domain and optionally also perform pattern matching against URLs crawled. spyda will report on any URLs it was unable to crawl along with their status code and store successfully crawled links and their content in a directory structure that matches the domain and URLs searched.

spyda was developed at Griffith University as a tool and library to assist with web crawling tasks and data extraction and has been used to help match researcher names against publications as well as extract data and links from external sources of data.

Requirements

spyda also comes basic documentation and a full comprehensive unit test suite which require the following:

To build the docs:

To run the unit tests:

Supported Platforms

  • Linux, FreeBSD, Mac OS X
  • Python 2.6, 2.7
Windows: We acknowledge that Windows exists and make reasonable efforts
to maintain compatibility. Unfortunately we cannot guarantee support at this time.

Indices and tables

Table Of Contents

Next topic

API Documentation

This Page