Socket
Socket
Sign inDemoInstall

flickr-cli

Package Overview
Dependencies
61
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    flickr-cli

command line interface for flickr


Version published
Maintainers
1
Install size
3.01 MB
Created

Readme

Source

Command line interface for Flickr.

Still in development, more edit mode to come.

Install

npm install -g flickr-cli

Login

Login is interactive and requires for you to grant access rights to your Flickr account. To trigger the login process, launch:

flickr login

Then follow directions. You need to copy and paste a URL into your browser, then grant access.

Flickr-cli is not designed to work in non-auth'ed mode for now.

Upload

flickr upload filename.jpg otherfile.png somethingelse/*.jpg

In the future uploaded files will be added to a staging area for management (such as, adding to album, editing privacy, or sharing)

Albums

All commands for album management start with:

flickr album [command]

Listing all albums

flickr album index [--fields id title description [...] ] [--noheaders]

Returns a list of albums.

  • --fields or -f (optional) give a list of fields to include in the list. Can be '*' to include all. Defaults to title
  • --noheaders or -H (optional) remove field names from output.
  • --separator ';' or -s ',' (optional) specify separator

Listing photos in an album

flickr album list 17837128371 [--fields xxx]

Returns a list of photos and videos in an album. You can specify more than one albumid. All options for display setting in an album are valid here.

Keywords

FAQs

Last updated on 02 Nov 2019

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc