# DataSciencePractice **Repository Path**: TheKernel/DataSciencePractice ## Basic Information - **Project Name**: DataSciencePractice - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ``` pip install scrapy scrapy startproject {project_name} cd {project_name}/{project_name} scrapy genspider [-t crawl] {spider_name} {start_url} scrapy crawl douban ```