metacrawler

A lightweight Python crawling framework.


Keywords
parser, crawler
License
MIT
Install
pip install metacrawler==0.3.3

Documentation

MetaCrawler

A lightweight Python crawling framework.

Build Status Coverage Status PyPI Documentation Status

Installation

pip install metacrawler

Quick start

metacrawler startproject example
cd example
python run.py
cat output.json

Also see example.

Documentation

Read the Docs

Tests

Run tox or python tests.py.

Changelog

See releases

License

See LICENSE