New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

s3shot

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

s3shot

Utility to upload your latest screenshot to a configured Amazon S3 bucket.

latest
npmnpm
Version
0.0.4
Version published
Weekly downloads
4
33.33%
Maintainers
1
Weekly downloads
 
Created
Source

s3shot

Utility to upload your latest screenshot to a configured Amazon S3 bucket.

Developed for OS X Yosemite. Your mileage may vary.

Installation

npm install -g s3shot
s3shot

Configuration

Copy the s3shot.json.example file from this repository to ~/s3shot.json and update with your own values. By default, Mac OS X puts screenshots on your Desktop.

Supervisord

You can run this module with supervisord with such a config, replacing the obvious values:

[program:s3shot]
command=/path/to/node/bin/s3shot
environment=HOME="/Users/yourusername"
user=yourusername
autorestart=true
stdout_logfile=/var/log/s3shot.log
stderr_logfile=/var/log/s3shot.log

Keywords

s3

FAQs

Package last updated on 25 Mar 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts