🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

bamboo-crawler

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bamboo-crawler

a hobby crawler

0.2.1
PyPI
Maintainers
1

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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts