1 Star 1 Fork 0

未来之星/magical_spider

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
settings.py 541 Bytes
一键复制 编辑 原始数据 按行查看 历史
李玺 提交于 2022-08-12 18:04 . Update settings.py
# MagicalSpider Settings
# 隐藏界面
headless_enable = True
# 高匿模式、可能影响创建时间
stealth_enable = True
# 代理设置
proxy = None
# 无痕访问
incognito_enable = False
# 分离模式
detach_enable = False
plugin_enable = False
logging_enable = False
driverpath = './config/chromedriver.exe'
magicalpath = './config/magical.db'
stealth_path = './config/stealth.min.js'
host = '0.0.0.0'
port = 5000
# 让 Selenium 在 Linux 中以有头模式运行
# xvfb-run python3 test.py -s -screen 0 1920x1080x16
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/featurestar/magical_spider.git
git@gitee.com:featurestar/magical_spider.git
featurestar
magical_spider
magical_spider
main

搜索帮助