Git Product home page Git Product logo

pywebshot's Introduction

PyWebShot
=========

Automatically generate thumbnails for 1 or more websites from the command line. Requires the python-gtkmozembed package.

Ben Dowling - http://www.coderholic.com

Usage
-----
pywebshot.py [options] url1 [url2 ... urlN]

Options:
  -h, --help            show this help message and exit
  -s SCREEN, --screen=SCREEN
                        Screen resolution at which to capture the webpage
                        (default 1024x769)
  -t THUMBNAIL, --thumbnail=THUMBNAIL
                        Thumbnail resolution (default 350x200)
  -d DELAY, --delay=DELAY
                        Delay in seconds to wait after page load before taking
                        the screenshot (default 0)
  -f FILENAME, --filename=FILENAME
                        PNG output filename with .png extension, otherwise
                        default is based on url name and given a .png
                        extension

Examples
--------
pywebshot.py google.com
pywebshot.py google.com yahoo.com
cat urls.txt | xargs ./pywebshot.py
pywebshot.py page_with_delayed_content.com -d10

# single url will output to /tmp/shot.png
pywebshot.py -f /tmp/shot.png google.com
# multiple url will output to /tmp/shot-1.png and /tmp/shot-2.png
pywebshot.py -f /tmp/shot.png google.com yahoo.com

pywebshot's People

Contributors

monde avatar

Stargazers

Timothy Chon avatar

Watchers

Timothy Chon avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.