bamboo-crawler


Namebamboo-crawler JSON
Version 0.2.1 PyPI version JSON
download
home_pagehttps://github.com/kitsuyui/bamboo-crawler
Summarya hobby crawler
upload_time2023-12-22 05:32:17
maintainer
docs_urlNone
authorYui Kitsu
requires_python>=3.8
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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](https://img.shields.io/pypi/pyversions/bamboo-crawler.svg)](https://badge.fury.io/py/tbamboo-crawler)
[![PyPI version](https://img.shields.io/pypi/v/bamboo-crawler.svg)](https://pypi.python.org/pypi/bamboo-crawler/)
[![codecov](https://codecov.io/gh/kitsuyui/bamboo-crawler/branch/main/graph/badge.svg?token=s7NTzwl5fl)](https://codecov.io/gh/kitsuyui/bamboo-crawler)
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)

A Hobby Crawler.
It is almost under construction.

# Usage

## Installation

```console
$ pip install bamboo-crawler
```

## Run

```
$ bamboo --recipe recipe.yml
```

## Recipe

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

# License

BSD-3-Clause License

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kitsuyui/bamboo-crawler",
    "name": "bamboo-crawler",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "Yui Kitsu",
    "author_email": "kitsuyui+github@kitsuyui.com",
    "download_url": "https://files.pythonhosted.org/packages/79/e7/f3a881c19d495bc1f8da28e322c43c7da3a6a86c4cfa7e58b3dc85f5fccf/bamboo-crawler-0.2.1.tar.gz",
    "platform": null,
    "description": "# Bamboo Crawler\n\n# Deprecation Notice\n\nThis project is deprecated. No longer maintained.  I don't use this project anymore. If you want to use this project, please fork it.\n\n[![Python](https://img.shields.io/pypi/pyversions/bamboo-crawler.svg)](https://badge.fury.io/py/tbamboo-crawler)\n[![PyPI version](https://img.shields.io/pypi/v/bamboo-crawler.svg)](https://pypi.python.org/pypi/bamboo-crawler/)\n[![codecov](https://codecov.io/gh/kitsuyui/bamboo-crawler/branch/main/graph/badge.svg?token=s7NTzwl5fl)](https://codecov.io/gh/kitsuyui/bamboo-crawler)\n[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)\n\nA Hobby Crawler.\nIt is almost under construction.\n\n# Usage\n\n## Installation\n\n```console\n$ pip install bamboo-crawler\n```\n\n## Run\n\n```\n$ bamboo --recipe recipe.yml\n```\n\n## Recipe\n\n```YAML\nmytask:\n  input:\n    type: ConstantInputter\n    options:\n      value: http://httpbin.org/robots.txt\n  process:\n    type: HTTPCrawler\n  output:\n    type: StdoutOutputter\n```\n\n# License\n\nBSD-3-Clause License\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "a hobby crawler",
    "version": "0.2.1",
    "project_urls": {
        "Homepage": "https://github.com/kitsuyui/bamboo-crawler"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d24f0b82e9e105a757c2eb3a57556c45985e40ea1ff0649324b3e8625b623d4",
                "md5": "f34818e49c2e504101818c639970625e",
                "sha256": "1618cea3101a708bff8f92405123d9fc4dc95744b6b43cbc7b7149ea643735d6"
            },
            "downloads": -1,
            "filename": "bamboo_crawler-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f34818e49c2e504101818c639970625e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 6778,
            "upload_time": "2023-12-22T05:32:16",
            "upload_time_iso_8601": "2023-12-22T05:32:16.190284Z",
            "url": "https://files.pythonhosted.org/packages/9d/24/f0b82e9e105a757c2eb3a57556c45985e40ea1ff0649324b3e8625b623d4/bamboo_crawler-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "79e7f3a881c19d495bc1f8da28e322c43c7da3a6a86c4cfa7e58b3dc85f5fccf",
                "md5": "edc678b082a7764fa89a4775c2512f54",
                "sha256": "d65f7aaed4eac78a0e49c47b88cc50e64551c48044e0c14702e48d94dd4a5daf"
            },
            "downloads": -1,
            "filename": "bamboo-crawler-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "edc678b082a7764fa89a4775c2512f54",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 98823,
            "upload_time": "2023-12-22T05:32:17",
            "upload_time_iso_8601": "2023-12-22T05:32:17.171580Z",
            "url": "https://files.pythonhosted.org/packages/79/e7/f3a881c19d495bc1f8da28e322c43c7da3a6a86c4cfa7e58b3dc85f5fccf/bamboo-crawler-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-22 05:32:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kitsuyui",
    "github_project": "bamboo-crawler",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "bamboo-crawler"
}
        
Elapsed time: 0.15404s