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

cyberdrop-cli

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cyberdrop-cli

cyberdrop album downloader

  • 0.1.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9
decreased by-25%
Maintainers
1
Weekly downloads
 
Created
Source

CyberDrop Command Line Interface

npm status test status

Unofficial Cyberdrop.me Command Line Interface Album Downloader

GUI Album Downloader

If you prefer gui downloader, I wrote a simple C# program for windows here. Just download the .zip and run the installer.

Setup locally

Perform these steps to make initial setup of your work environment:

  1. Install the Node.js, it comes with the NPM package manager

Installation

$ npm install -g cyberdrop-cli

Commands

get | g <album>               Download pictures from specified album
help [command]              display help for command

Options

-p, --parallel      Download album images in parallel (faster but prone to corruption)
-o, --output        Downloaded album destinetion ( " . " for current directory)
-h, --help          Display all commands and options

Usage

By default album will be stored into your local Downloads folder

$ cyberdrop-cli d [options] <album link> // old method

$ cy get [options] <album link>

use -o <directory> to specify outpu destination. -o . to output downloaded album to current working directory.

$ cyberdrop-cli d -o <destination folder> <album link> // old method

$ cy get -o <destination folder> <album link>

Keywords

FAQs

Package last updated on 26 Sep 2020

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