siteshot
1.0.0
웹 사이트 스크린 샷 캡처는 GO로 작성되었으며 X 세션없이 실행되도록 설계되었습니다 (XVFB 덕분).
url 필드로 게시물 요청을 서버로 보냅니다. 다른 요청은 400 Bad Request 반환합니다.
curl --data "url=https://html.house/xpeoccu2.html" http://localhost:3333
Python 2.7 / PIP 1.5.4로 Ubuntu 14.04에서 테스트.
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