https://github.com/taoget/script-collection
脚本工具集合
https://github.com/taoget/script-collection
pipenv python scrapy script
Last synced: 6 months ago
JSON representation
脚本工具集合
- Host: GitHub
- URL: https://github.com/taoget/script-collection
- Owner: taogeT
- License: gpl-3.0
- Created: 2018-04-25T09:23:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-28T03:58:05.000Z (about 7 years ago)
- Last Synced: 2025-03-21T15:52:32.229Z (10 months ago)
- Topics: pipenv, python, scrapy, script
- Language: Python
- Size: 55.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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刷题代码