An open API service indexing awesome lists of open source software.

https://github.com/westurner/chutie

Take page screenshots in various resolutions, save them to disk, and generate an HTML template with a Table of Contents containing the screenshots
https://github.com/westurner/chutie

pyppeteer python screenshot-utility screenshots

Last synced: 3 months ago
JSON representation

Take page screenshots in various resolutions, save them to disk, and generate an HTML template with a Table of Contents containing the screenshots

Awesome Lists containing this project

README

          

======
Chutie
======

.. image:: https://img.shields.io/pypi/v/chutie.svg
:target: https://pypi.python.org/pypi/chutie

.. image:: https://img.shields.io/travis/westurner/chutie.svg
:target: https://travis-ci.org/westurner/chutie

.. image:: https://readthedocs.org/projects/chutie/badge/?version=latest
:target: https://chutie.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

Take page screenshots in various resolutions, save them to disk, and optionally display them in a Jupyter notebook

* Free software: BSD license
.. * Documentation: https://chutie.readthedocs.io.

Features
--------

* [x] Take page screenshots in various resolutions
* [x] Generate JSON metadata
* [x] Generate static HTML from a jinja2 template
* [x] Read URLs and Viewport configurations from one or more JSON or
YAML config files
* [x] Read URLs and Viewport configurations from the CLI
* [ ] Optionally display them in a Jupyter notebook

Credits
-------

This package was developed by
`@westurner `__.

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage