Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

kitsuyui/bamboo-crawler

Repository files navigation

Bamboo Crawler

Deprecation Notice

This project is deprecated. No longer maintained. I don't use this project anymore. If you want to use this project, please fork it.

Python PyPI version codecov License

A Hobby Crawler. It is almost under construction.

Usage

Installation

$ pip install bamboo-crawler

Run

$ bamboo --recipe recipe.yml

Recipe

mytask:
  input:
    type: ConstantInputter
    options:
      value: http://httpbin.org/robots.txt
  process:
    type: HTTPCrawler
  output:
    type: StdoutOutputter

License

BSD-3-Clause License