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

https://github.com/taoget/script-collection

脚本工具集合
https://github.com/taoget/script-collection

pipenv python scrapy script

Last synced: 6 months ago
JSON representation

脚本工具集合

Awesome Lists containing this project

README

          

# script-collection
常用脚本工具集合

### 1. 中关村爬虫

遍历手机信息。

` scrapy crawl cellphone `

遍历笔记本电脑信息。

` scrapy crawl notebook `

遍历硬件外设信息。

* 显示器

` scrapy crawl screen `

* 鼠标

` scrapy crawl mouse `

* 键盘

` scrapy crawl keyboard `

* 耳机

` scrapy crawl headset `

### 2. GSMArena.com爬虫

遍历手机信息。

` scrapy crawl cellphone `

### 3. 算法实现

* 子集与子集和问题 (Subset Sum Problem)

### 4. leetcode刷题代码