Command-line utility for generating screenshot URLs. https://capture.as
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Matt Baer 2f525edf06 Support Go modules 1 år sedan
.gitignore Create basic cap utility 5 år sedan
LICENSE Add MIT license 5 år sedan
README.md Update documentation 5 år sedan
go.mod Support Go modules 1 år sedan
go.sum Support Go modules 1 år sedan
main.go Support -w and -h flags 5 år sedan

README.md

cap

cap is a simple command-line utility for generating website screenshot URLs with Capture.as.

Configuration

Set environment variables with your authentication information:

export CAPTUREAS_USER=writefreely
export CAPTUREAS_SECRET=XXXXXXXXXXX

Usage

$ cap https://capture.as
https://capture.as/writefreely/d8c7e616854e69db287c4f613759fd6d/png?h=600&url=https%3A%2F%2Fcapture.as&w=800
$ cap -w 320 -h 240 https://matt.baer.works
https://capture.as/writefreely/0d64157e206a2864a7107c0e472fc6b0/png?h=240&url=https%3A%2F%2Fmatt.baer.works&w=320