A Spider FrameWork.
You can install openget by simply doing:
pip install openget
pip install git+https://github.com/dytttf/openget.git@main
pip install git+https://github.com/dytttf/openget.git@dev
Very Important Thing This line must be the first line in code
from openget.spiders import *
- 生成配置文件样例
# 环境变量类型的配置文件
python -m openget --gen_env_example- 查看配置文件内容
# 环境变量类型的配置文件
python -m openget --show_env_config- $(pwd)/.env
- ~/.openget/.env
cd docekr
bash build.sh- ftp download
- auto add task
- statis crawl speed
- browser support: zhipin.com tmall.com
- sqlite.db rename
- use cmd to create spider template
- 金融许可证 卡死问题处理
- 环境变量定义优化
- 新项目创建优化
- 极简模式、完整模式 减少包的依赖