PySplash:用python编写的飞溅小界面

时间:2021-05-02 14:06:56
【文件属性】:
文件名称:PySplash:用python编写的飞溅小界面
文件大小:9KB
文件格式:ZIP
更新时间:2021-05-02 14:06:56
Python 不再维护了!!! PySplash 用python编写的飞溅小接口。 想法类似于Ghost.py和Dryscrape。 用法示例 from py_splash . driver import Driver splash_driver = Driver () url_to_go = splash_driver . load_url ( url = url , wait = 5 ) 渲染页面5秒钟并返回结果。 from py_splash . driver import Driver splash_driver = Driver () url = 'random_url' condition = [ "//div[@class='splash']" , "//a[@href='PySplash']" ] url_to_go = splash_driver . lo
【文件预览】:
PySplash-master
----setup.py(912B)
----.gitignore(607B)
----CHANGELOG.md(1KB)
----py_splash()
--------__init__.py(0B)
--------static.py(1KB)
--------driver.py(11KB)
--------exceptions.py(356B)
----setup.cfg(39B)
----LICENSE.txt(1KB)
----README.md(2KB)
----MANIFEST(124B)

网友评论