Automatedscreenshots
set values for using environment variables:
export SCREENSHOT_USER=’’ export SCREENSHOT_PASSWORD=’’ export SCREENSHOT_SERVER_URL=’’
set values for using django settings:
SCREENSHOT_USER=’’ SCREENSHOT_PASSWORD=’’ SCREENSHOT_SERVER_URL=’’
Capture a screen shot and get the URL:
from automatedscreenshots import Builder b = Builder(’http://www.google.com/’) b.capture() print(b.image_url)
Get info about a screen shot:
from automatedscreenshots import Builder b = Builder(’http://www.google.com/’) print(b.info())
Search for a URL:
from automatedscreenshots import Builder b = Builder(’http://www.google.com/’) print(b.search())
For developers:
- How to upload to pypi:
python setup.py sdist register upload # python setup.py sdist # twine upload dist/*
Release files for Automatedscreenshots 0.3.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| Automatedscreenshots-0.3.4.tar.gz | 2.2 kB | Details |
Release files / Automatedscreenshots-0.3.4.tar.gz
| Download URL | Automatedscreenshots-0.3.4.tar.gz |
|---|---|
| Size | 2.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c05fbe550a1864e6673eb25f403ad6e2eec70dfb91cb5f5456fcb9e67bd0ac81
|
|
BLAKE2b-256 checksum How to use checksums |
337a7271d7f3620ad8dd0994bd568a2b46e641161d70d98104701784306f7ade
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |