ScreenshotsCloud Python screenshot generator
Project description
ScreenshotsCloud
======
Perfect Screenshots Anywhere
----------------------------
Get high quality screenshots using a real browser in seconds using our
reliable CDN backed service
Requirements
------------
Tested against Python 2.6+ and 3.2+
Installation
------------
Install via pip
.. code:: bash
pip install screenshotscloud
Once installed you can generate screenshots as follows:
.. code:: python
#!/usr/bin/python
from screenshotscloud import ScreenshotsCloud
screenshotscloud = ScreenshotsCloud('SCREENSHOTSCLOUD_KEY', 'SCREENSHOTSCLOUD_SECRET')
screenshotUrl = screenshotscloud.screenshotUrl({
"url": "bbc.com/news",
"width": 800
})
-------
Contact us at support@brushd.com if you have any issues or questions
about this package.
======
Perfect Screenshots Anywhere
----------------------------
Get high quality screenshots using a real browser in seconds using our
reliable CDN backed service
Requirements
------------
Tested against Python 2.6+ and 3.2+
Installation
------------
Install via pip
.. code:: bash
pip install screenshotscloud
Once installed you can generate screenshots as follows:
.. code:: python
#!/usr/bin/python
from screenshotscloud import ScreenshotsCloud
screenshotscloud = ScreenshotsCloud('SCREENSHOTSCLOUD_KEY', 'SCREENSHOTSCLOUD_SECRET')
screenshotUrl = screenshotscloud.screenshotUrl({
"url": "bbc.com/news",
"width": 800
})
-------
Contact us at support@brushd.com if you have any issues or questions
about this package.
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
screenshotscloud-1.0.0.tar.gz
(2.4 kB
view hashes)