New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/matthewdargan/photo-album-showcase

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/matthewdargan/photo-album-showcase

  • v0.0.0-20230914190732-85981358e65a
  • Source
  • Go
  • Socket score

Version published
Created
Source

Photo Album Showcase

GoDoc Build Status Go Report Card License

Photo-album-showcase fetches photos from the Photos API. Results can be filtered by album IDs, IDs, titles, URLs, and/or thumbnail URLs.

Usage:

photo-album-showcase [-id ids...] [-albumid albumids...] [-title 'titles...'] [-url urls...] [-thumburl thumburls...]

The -id flag filters photos by one or more photo IDs. Multiple IDs must be comma-separated.

The -albumid flag filters photos by one or more album IDs. Multiple album IDs must be comma-separated.

The -title flag filters photos by one or more titles. Multiple titles must be comma-separated. Titles containing spaces must be enclosed with single quotes (e.g., -title 'title 1','title 2').

The -url flag filters photos by one or more URLs. Multiple URLs must be comma-separated.

The -thumburl flag filters photos by one or more thumbnail URLs. Multiple thumbnail URLs must be comma-separated.

Installation

In order to install photo-album-showcase, install Go on your operating system. Once Go is installed, run the following to install photo-album-showcase:

go install github.com/matthewdargan/photo-album-showcase@latest

Examples

# Fetch photos with IDs 1, 2, and 5 from album 1.
photo-album-showcase -id 1,2,5 -albumid 1

# Fetch photos with titles 'accusamus beatae ad facilis cum similique qui sunt' and 'reprehenderit est deserunt velit ipsam'.
photo-album-showcase -title 'accusamus beatae ad facilis cum similique qui sunt','reprehenderit est deserunt velit ipsam'

# Fetch photos with URLs https://via.placeholder.com/600/92c952 and https://via.placeholder.com/600/f66b97.
photo-album-showcase -url https://via.placeholder.com/600/92c952,https://via.placeholder.com/600/f66b97

# Fetch photos with thumbnail URLs https://via.placeholder.com/150/92c952 and https://via.placeholder.com/150/f66b97.
photo-album-showcase -thumburl https://via.placeholder.com/150/92c952,https://via.placeholder.com/150/f66b97

FAQs

Package last updated on 14 Sep 2023

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc