# Spec spider **Repository Path**: jubhoq611/Spec-spider ## Basic Information - **Project Name**: Spec spider - **Description**: spec爬虫,目前支持autosar官网文档和eth相关文档的爬取。 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2021-12-29 - **Last Updated**: 2021-12-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spec spider [![Build Status](https://travis-ci.org/orange2348/spec-spider.svg?branch=master)](https://travis-ci.org/orange2348/spec-spider) #### Introduction spec spider, use scrapy framework to get some spec. Now it can spide the Autosar 4.4 and Eth specs. #### Install 1. Install scrapy: pip install scrapy #### Usage 1. scrapy crawl Autosar --nolog 1. scrapy crawl EthSpec --nolog