Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

scrape-google-photos

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scrape-google-photos

A command line tool that takes the URL of a public Google Photos album and returns a list of the URLs of the preview-quality images in the album.

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

🥢 scrape-google-photos

A command line tool that takes the URL of a public Google Photos album and returns a list of the URLs of the preview-quality images in the album.

This tool could be useful for building a website whose images are hosted on Google Photos. Just create a public Google Photos album, use this tool to aggregate the contained images into a single list, then use that of URLs in your website's JS somewhere.

The fact that this tool outputs non-full quality versions of the images is actually ideal for embedding the images in your website as the preview-quality images are still a reasonably high resolution but will save you bandwidth and give your page high performance.

🔌 Installation

npm install -g scrape-google-photos

🔦 Usage

scrape-google-photos [ALBUM-URL] --write --file=[FILE-NAME]

  • [ALBUM-URL] is your public Google Photos album URL
  • --write is an optional parameter that when used will write the output to a .js file
  • --file=[FILE_NAME] is an optional parameter that specifies the output file name (default: photos.js)

📷 Create a public Google Photos album URL

  • Go to your Google Photos album
  • Click the Share icon
  • Click Get Link

FAQs

Package last updated on 13 Oct 2018

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