pyspider
pyspider copied to clipboard
A Powerful Spider(Web Crawler) System in Python.
updating requests packages to 2,31,0 to resolve vulnerability 
* pyspider version: 0.3.10 & 0.4.0 * Operating system: macos 14.0 (M1) * Start up command: pyspider ### Can't pickle : it's not the same object as pyspider.run.cli $ pyspider...
* pyspider version: 0.3.10 * Operating system: MacOS 12.6.3 * Start up command: pyspider ### Expected behavior WebUI should be coming up next ### Actual behavior WebUI exiting... ### How...
$ pyspider -h `Traceback (most recent call last): File "/home/usr/.local/bin/pyspider", line 5, in from pyspider.run import main File "/home/usr/.local/lib/python3.8/site-packages/pyspider/run.py", line 231 async=True, get_object=False, no_input=False): ^ SyntaxError: invalid syntax` How to...
大家都是用谁家服务器安装的? ---- ERROR: Cannot install pyspider==0.3.0, pyspider==0.3.1, pyspider==0.3.10, pyspider==0.3.2, pyspider==0.3.3, pyspider==0.3.4, pyspider==0.3.5, pyspider==0.3.6, pyspider==0.3.7, pyspider==0.3.8 and pyspider==0.3.9 because these package versions have conflicting dependencies. The conflict is caused by: pyspider...
I've tried chrome, firefox on both Win 10 and Mac pyspider version 0.3.9  
### What happened? There are 1 security vulnerabilities found in lxml 4.3.3 - [MPS-2022-14974](https://www.oscs1024.com/hd/MPS-2022-14974) ### What did I do? Upgrade lxml from 4.3.3 to 4.9.1 for vulnerability fix ### What...
### What happened? There are 1 security vulnerabilities found in tornado 4.5.3 - [CVE-2018-1000518](https://www.oscs1024.com/hd/CVE-2018-1000518) ### What did I do? Upgrade tornado from 4.5.3 to 5.1 for vulnerability fix ### What...
Remedied a bunch of pylint warnings, deprecated modules, simplification of conditional statements and more.