Skip to main content

A high-level Web Crawling and Web Scraping framework

Project description

boris-spider

一款高可用的python爬虫框架,支持分布式及批次采集

安装

From PyPi:

pip3 install boris-spider

From Git:

pip3 install git+https://github.com/Boris-code/boris-spider.git

快速上手

import spider


class DemoSpider(spider.SingleSpider):
    def start_requests(self, *args, **kws):
        yield spider.Request("https://www.baidu.com")

    def parser(self, request, response):
        print(response.text)


if __name__ == "__main__":
    DemoSpider().start()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

boris-spider-0.0.2.tar.gz (80.7 kB view hashes)

Uploaded Source

Built Distribution

boris_spider-0.0.2-py3-none-any.whl (99.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page