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

https://github.com/editso/apider

一款简单任务调度器
https://github.com/editso/apider

Last synced: 3 months ago
JSON representation

一款简单任务调度器

Awesome Lists containing this project

README

        

# 用户个信息爬虫

### 工具:
- `python` 版本 `>3.0`
- `pip`
- `mysql`
- `elasticSearch`

### 脚本方式运行:
- 安装依赖 `pip install -r requirements.txt`
- 运行:
`python pyspider scheduler -c [config] -m [TASK]`
`python pyspider server -c [config] -m [TASK]`

### 打包运行:
- `pyinstaller -F pyspider.py`