浏览代码

update requirements.txt

pull/115/head
naibo 1年前
父节点
当前提交
6a650f15c9
共有 4 个文件被更改,包括 13 次插入15 次删除
  1. +1
    -0
      .temp_to_pub/EasySpider_windows_x64/execution_instances/1.json
  2. +1
    -1
      ExecuteStage/.vscode/launch.json
  3. +7
    -9
      ExecuteStage/requirements.txt
  4. +4
    -5
      Readme.md

+ 1
- 0
.temp_to_pub/EasySpider_windows_x64/execution_instances/1.json
文件差异内容过多而无法显示
查看文件


+ 1
- 1
ExecuteStage/.vscode/launch.json 查看文件

@ -12,7 +12,7 @@
"justMyCode": false,
// "args": ["--id", "[7]", "--read_type", "remote", "--headless", "0"]
// "args": ["--id", "[9]", "--read_type", "remote", "--headless", "0", "--saved_file_name", "YOUTUBE"]
"args": ["--id", "[2]", "--headless", "0", "--user_data", "0"]
"args": ["--id", "[1]", "--headless", "0", "--user_data", "0"]
}
]
}

+ 7
- 9
ExecuteStage/requirements.txt 查看文件

@ -1,12 +1,10 @@
commandline_config==2.2.3
requests==2.31.0
selenium==4.5.0
pyinstaller
Pillow
pytesseract
keyboard
undetected_chromedriver==3.4.7
openpyxl
pymysql
lxml
pynput
pyinstaller==5.9.0
Pillow==9.4.0
pytesseract==0.3.10
openpyxl==3.1.2
pymysql==1.1.0
lxml==4.9.2
pynput==1.7.6

+ 4
- 5
Readme.md 查看文件

@ -26,15 +26,11 @@ A visual code-free/no-code web crawler/spider, just select the content you want
Refer to the [Releases Page](https://github.com/NaiboWang/EasySpider/releases) to download the latest version of EasySpider.
## 答疑QQ群
建议通过提Issue的方式答疑,如果实在有需要请加QQ群,群号:**682921940**。如果没问题尽量不要加,因为群人数有上限。
## 文档/Documentation
请点此进入[教程文档](https://github.com/NaiboWang/EasySpider/wiki),如有英文可暂时翻译一下,或看作者的[硕士毕业论文](Docs/%E9%9D%A2%E5%90%91WEB%E5%BA%94%E7%94%A8%E7%9A%84%E6%99%BA%E8%83%BD%E5%8C%96%E6%9C%8D%E5%8A%A1%E5%B0%81%E8%A3%85%E7%B3%BB%E7%BB%9F%E8%AE%BE%E8%AE%A1%E4%B8%8E%E5%AE%9E%E7%8E%B0.pdf)(主要看第三章和第五章)。
Ebay样例博客:https://blog.csdn.net/ihero/article/details/130805504
Ebay样例博客:[https://blog.csdn.net/ihero/article/details/130805504](https://blog.csdn.net/ihero/article/details/130805504)。
Documentation can be found from [GitHub Wiki](https://github.com/NaiboWang/EasySpider/wiki).
@ -102,6 +98,9 @@ For the crawler operations of government and military websites, **the author wil
At the same time, the software is protected by patent rights. If you want to use it for commercial purposes, please contact [Hangzhou Tianqin Intellectual Property Agency](http://www.tqip.com/) for patent authorization and other paid operations.
## 答疑QQ群
群号:**682921940**,建议通过Github提Issue的方式答疑,如果实在有需要才请加QQ群,因为群人数有上限。
## 出版物/Publications

正在加载...
取消
保存