2017 © Pedro Peláez
 

project siteshot

Screenshot sites tool

image

agentsib/siteshot

Screenshot sites tool

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Docker Automated buil, (*1)

Screenshot sites tool

Web service to generate images of websites. Written with Silex framework. Uses wkhtmltopdf., (*2)

Running

docker run -d -p 8080:80 -v /tmp/siteshot_cache:/var/www/shot/cache agentsib/siteshot:latest

Now try localhost:8080, (*3)

Usage

http://localhost:8080/{mode}/{sizes}/{fwidth}/{format}/t{timeout}?{url}, (*4)

  • mode - corner or resize
  • sizes - screenshot size (for example 400 or 400x500)
  • fwidth - for corner - crop upper left corner box width and height, for resize - max width
  • format - png or jpg
  • timeout - wait time after load page content (by default: 1). Usable for sites with flash. Example: t1 or t10
  • url - url for capture

Returns http status 404 if creating screenshot failed., (*5)


Examples

http://siteshot.dev/resize/800x600/400/png?http://google.com, (*6)

http://siteshot.dev/resize/800x600/400/png/t5?http://speedtest.net, (*7)

http://siteshot.dev/corner/800x600/400/png?http://vk.com, (*8)

Development

Show symfony errors:, (*9)

docker run -ti -p 8080:80 -e DEBUG=1 -v /path/to/siteshot-php:/var/www/shot agentsib/siteshot:latest

The Versions

28/04 2017

dev-master

9999999-dev

Screenshot sites tool

  Sources   Download

MIT

The Requires

 

thumbnail screenshot htmltoimage

28/04 2017

dev-stable-1.0

dev-stable-1.0

Screenshot sites tool

  Sources   Download

MIT

The Requires

 

thumbnail screenshot htmltoimage

28/04 2017

v1.0.3

1.0.3.0

Screenshot sites tool

  Sources   Download

MIT

The Requires

 

thumbnail screenshot htmltoimage

03/04 2017

v1.0.2

1.0.2.0

Screenshot sites tool

  Sources   Download

MIT

The Requires

 

thumbnail screenshot htmltoimage

03/04 2017

v1.0.1

1.0.1.0

Screenshot sites tool

  Sources   Download

MIT

The Requires

 

thumbnail screenshot htmltoimage

01/02 2017

v1.0.0

1.0.0.0

Screenshot sites tool

  Sources   Download

MIT

The Requires

 

thumbnail screenshot htmltoimage