https://github.com/editso/apider
一款简单任务调度器
https://github.com/editso/apider
Last synced: 3 months ago
JSON representation
一款简单任务调度器
- Host: GitHub
- URL: https://github.com/editso/apider
- Owner: editso
- Created: 2020-12-18T07:35:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T11:50:37.000Z (over 2 years ago)
- Last Synced: 2025-01-10T08:55:12.190Z (4 months ago)
- Language: Python
- Size: 95.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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`