Skip to content

Module to take screenshot of page in python using phantomjs

Notifications You must be signed in to change notification settings

dat-boris/pageshot

Repository files navigation

pageshot

Take screenshot of specific URL.

Circle CI

Examples

import pageshot

s = pageshot.Screenshoter()
s.take_screenshot("http://www.google.com", "out.png")

Installing

We require phantomjs support.

npm -g install phantomjs

To install, include this in requirements.txt

git+https://github.com/sketchytechky/pageshot.git

Running Tests

Run test with

py.test --pep8

To run test in watch mode

py.test.watch -- --pep8
# same with: ptw -- --pep8

About

Module to take screenshot of page in python using phantomjs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages