文件名称:pyshotx:基于phantomjs的截图服务器
文件大小:7KB
文件格式:ZIP
更新时间:2024-07-21 11:56:13
Python
pyshotx pyshotx 是一个使用 python 编写的 phantomjs 截图服务器,使用 phantomjs 无头浏览器,不需要运行 X 服务器。 ##必备软件 gevent - pip 安装 gevent phantomjs(1.9 或更高版本)- Redis - redis-py - pip 安装 redis Python 图像库 (PIL) - pip install PIL gevent 用于 Web 服务器。 phantomjs 用于创建实际的屏幕截图。 redis 用于在服务器和图像大小调整过程之间进行同步。 redis-py 是 Python 的 redis 客户端 PIL 用于调整屏幕截图的大小。 ##Usage ./run.sh -e -d screen/ 打开:http: : /create?domain=ebay.com 等待截图。
【文件预览】:
pyshotx-master
----webserver.py(7KB)
----screenshot.js(8KB)
----rm.run.sh(2KB)
----run.py(2KB)
----requirements.txt(67B)
----.gitignore(6B)
----generate_levels.sh(0B)
----README.md(804B)