Skip to main content

高并发异步爬虫框架

Project description

License

This project is licensed under the terms of the MIT license. See the LICENSE file for details.

让爬虫更简单,让爬虫更高效,让爬虫更智能

快速开始

1 命令行

aioSpider 系统语法:aioSpider [action] [-argv] [--option]

1.1 查看帮助

aioSpider -h

1.2 查看版本

aioSpider -v

1.3 创建项目

aioSpider create -p <project>

1.4 创建爬虫

aioSpider create -s <name> --u <url> --en <spider_en_name> --s <source> --t <target> --h <help>

1.5 sql 表结构转 model

aioSpider make -m --i <path> [--o <path>]

1.6 生成爬虫 bat 启动脚本

aioSpider make -b [--i <path>] [--o <path>]

1.7 启动 aioSpider Server

aioSpider server run

1.8 停止 aioSpider Server

aioSpider server stop

1.9 测试 IP 带宽

aioSpider test proxy [-p <proxy>] [--d <timeout>]

1.10 适配浏览器环境

aioSpider install

1.11 启动redis服务器

aioSpider redis start

1.12 关闭redis服务器

aioSpider redis stop [-p <port>]

2 使用步骤

(1)创建项目

aioSpider create -p myproject

(2)进入项目根路径

cd myproject

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

AioSpider-zly-2.0.0.tar.gz (190.1 kB view hashes)

Uploaded Source

Built Distribution

AioSpider_zly-2.0.0-py3-none-any.whl (233.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