Skip to main content

Automate screenshot taking

Project description

Webshot

Webshot fixes the issue of having to open ports on develepment websites to show the website to your friends.

Installation

Install via pip:

pip install webpic      

Usage

Usage: webpic [OPTIONS] HOSTNAME SAVEPATH [URLS]...

Options: -f, --file PATH File containing URLs separated by newlines.

Examples

Let's say you have a django development server in your local machine with 2 urls: /home and /help and you want to save them in "screenshots"

webpic http://127.0.0.1:8000 ./screenshots home help

Or, if you have a long list of urls, put them in a file with the urls separated by new lines and run

webpic -f urls.txt http://127.0.0.1:8000 ./screenshots 

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

webpic-0.1.0.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

webpic-0.1.0-py3-none-any.whl (2.8 kB view hashes)

Uploaded Python 3

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