Skip to main content

Spyda - Python Spider Tool and Library

Project description

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.

Latest PyPI version Number of PyPI downloads Build Status

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:

Installation

The simplest and recommended way to install spyda is with pip. You may install the latest stable release from PyPI with pip:

> pip install spyda

If you do not have pip, you may use easy_install:

> easy_install spyda

Alternatively, you may download the source package from the PyPI Page or the Downloads page on the Project Website; extract it and install using:

> python setup.py install

You can also install the latest-development version by using pip or easy_install:

> pip install spyda==dev

or:

> easy_install spyda==dev

For further information see the spyda documentation.

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.

Changes

spyda 0.0.2 (2013-11-19)

  • Updated the README

  • Added build status

  • Added install instructions

spyda 0.0.1 (2013-11-19)

  • Initiali Public Release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

spyda-0.0.2.tar.gz (172.7 kB view hashes)

Uploaded Source

Built Distribution

spyda-0.0.2-py2.7.egg (51.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page