Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wuyue92tree/crwy

一个简单的web爬虫框架,借鉴scrapy结构开发而来,并为scrapy使用者提供通用轮子^.^
https://github.com/wuyue92tree/crwy

gevent python scrapy utils

Last synced: 21 days ago
JSON representation

一个简单的web爬虫框架,借鉴scrapy结构开发而来,并为scrapy使用者提供通用轮子^.^

Awesome Lists containing this project

README

        

# Crwy

[![PyPI Version](https://img.shields.io/pypi/v/Crwy.svg)](https://pypi.python.org/pypi/Crwy)
[![Download Status](https://img.shields.io/pypi/dm/django-adminlte-ui.svg)](https://pypi.python.org/pypi/Crwy)
[![Build Status](https://travis-ci.org/wuyue92tree/crwy.svg)](https://travis-ci.org/wuyue92tree/crwy)
[![License Status](https://img.shields.io/github/license/wuyue92tree/crwy)](https://raw.githubusercontent.com/wuyue92tree/crwy/master/LICENS)

# 简介

Crwy是一个轻量级的爬虫抓取框架,参考Scrapy框架结构开发而来。该框架提供了实用的爬虫模板,旨在帮助大家快速实现爬虫任务,高效开发。并为scrapy使用者提供通用轮子^.^。新增了gevent,使爬虫异步执行,速度更快。

# 运行环境

* Python3
* Works on Linux, Mac OSX

# 安装

快速安装
```
pip install crwy
```

or
前往下载: https://pypi.python.org/pypi/Crwy/

# TODO

- 完善scrapy_plugs
- 完善selenium_api
- 兼容python3