Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.07 KB

README.rst

File metadata and controls

47 lines (30 loc) · 1.07 KB

ScreenshotsCloud

Perfect Screenshots Anywhere

Get high quality screenshots using a real browser in seconds using our reliable CDN backed API service.

Get an API Key to start using this fast screenshot API service at ScreenshotsCloud

Requirements

Tested against Python 2.6+ and 3.2+

Installation

Install via pip

pip install screenshotscloud

Once installed you can generate screenshot urls as follows:

#!/usr/bin/python
from screenshotscloud import ScreenshotsCloud

screenshotscloud = ScreenshotsCloud('SCREENSHOTSCLOUD_KEY', 'SCREENSHOTSCLOUD_SECRET')

screenshotUrl = screenshotscloud.screenshotUrl({
    "url": "openai.com/research",
    "width": 800
})

See our Documentation or the README.md in this package for more information on the parameters you can use in your requests.


Contact us at support@brushd.com if you have any issues or questions about this package.