tool set for crawler project.


Keywords
crawler, framework, mongodb, python, scrapy
License
MIT
Install
pip install crawlib==0.1.1

Documentation

Documentation Status https://circleci.com/gh/MacHu-GWU/crawlib-project.svg?style=svg https://img.shields.io/badge/STAR_Me_on_GitHub!--None.svg?style=social

Welcome to crawlib Documentation

crawlib is a board-first-search crawler framework for targeting-crawler (For those you know where's your data located and how's been organized). You just need to focus on the data model and html extraction logic, and let the framework do the rest of things like:

  • duplicate filter
  • recursive crawling
  • status tracking
  • periodical update

Currently it supports mongodb as backend storage only.

Install

crawlib is released on PyPI, so all you need is:

$ pip install crawlib

To upgrade to latest version:

$ pip install --upgrade crawlib