Skip to main content

Python API Client for Screenshotapi.io

Project description

An API Client for ScreenshotAPI.io (www.screenshotapi.io)

Usage

# pip install screenshotapi
import screenshotapi

screenshotapi.get_screenshot(
    apikey='get your free apikey at www.screenshotapi.io',
    capture_request = {
          'url': 'http://www.amazon.com',
          'viewport': '1200x800',
          'fullpage': False,
          'webdriver': 'firefox',
          'javascript': True,
          'fresh': False
        },
        save_path = './'
)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

screenshotapi-1.1.tar.gz (2.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page