Skip to main content

Get a snapshot from a website by using Pyppeteer.

Project description

PyppeSnap

TestRelease

image

pdf

This is a tool for getting snapshot with base64 encoding from a website.

As DEMO image you see, just need one URL input to function.

This package support image and pdf with encoded base64.

Installation

pip install pyppesnap

Check it on Pypi.

Usage

Common use with code below.

  • Get image
from pyppesnap import get_image_snapshot_by_url
url = 'https://www.google.com'
print(get_image_snapshot_by_url(url))
  • Get PDF
from pyppesnap import get_pdf_snapshot_by_url
url = 'https://www.google.com'
print(get_pdf_snapshot_by_url(url))

You need to give a valid URL like start with http, or Pyppeteer cannot navigate it.

  • CLI

You can try CLI mode for testing.

pyppesnap --url https://www.google.com --type img

And the output here.

------------- Parameters ---------------
URL: https://www.google.com
Type: img
--------------- Base64 ------------------
iVBORw0KGgoAAAANSUhEUgAABkAAAAOECAYAAAD
...
CCAAAAAAAkM7/B83ojRnTa7oSAAAAAElFTkSuQmCC
-------------------------------------

This tool can be used with web framworks to get a snapshot, check details in ./example.

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

PyppeSnap-1.0.6.tar.gz (5.8 kB view details)

Uploaded Source

Built Distribution

PyppeSnap-1.0.6-py3-none-any.whl (4.9 kB view details)

Uploaded Python 3

File details

Details for the file PyppeSnap-1.0.6.tar.gz.

File metadata

  • Download URL: PyppeSnap-1.0.6.tar.gz
  • Upload date:
  • Size: 5.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.6

File hashes

Hashes for PyppeSnap-1.0.6.tar.gz
Algorithm Hash digest
SHA256 2a214506f72c5a1e47eeec0535e46f64b05a9f9e755cd2a52273f4a26bbf04b0
MD5 8b51cf58543a62c2121f462079bf7579
BLAKE2b-256 8796568a3ef609494095937cbfd0be3e6a38d1bfcbb68b4146b4070982e96510

See more details on using hashes here.

File details

Details for the file PyppeSnap-1.0.6-py3-none-any.whl.

File metadata

  • Download URL: PyppeSnap-1.0.6-py3-none-any.whl
  • Upload date:
  • Size: 4.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.6

File hashes

Hashes for PyppeSnap-1.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 31f6b2482d41c5abea9da5805994e07ae1f052e950e73b89057fd3ef7622f0a4
MD5 10d747d986d68b807b2a1c174ef328a8
BLAKE2b-256 25cc46abfb96f33cbb1204e3d74f3ec1b97d652861ceebfd39557416aafbc247

See more details on using hashes here.

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