siteshot
1.0.0
GOで書かれ、Xセッションなしで実行されるように設計されたWebサイトスクリーンショットキャプター(XVFBのおかげ)。
urlフィールドを使用してPOSTリクエストをサーバーに送信します。他のリクエストは400 Bad Requestを返します。
curl --data "url=https://html.house/xpeoccu2.html" http://localhost:3333
Ubuntu 14.04でPython 2.7 / PIP 1.5.4でテストしました。
tl; dr sudo apt-get install xvfb imagemagick python-qt4 libqt4-webkit && pip install git+https://github.com/adamn/python-webkit2png.git && go get github.com/writeas/siteshot
sudo apt-get install imagemagicksudo apt-get install xvfbsudo apt-get install python-qt4 libqt4-webkitpip install git+https://github.com/adamn/python-webkit2png.git (githubコメントから)go get github.com/writeas/siteshot