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

uberflip-image-uploader

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uberflip-image-uploader

A tool for mass uploading images to uberflip via the api

1.0.4
latest
npm
Version published
Weekly downloads
2
100%
Maintainers
1
Weekly downloads
 
Created
Source

The Uberflip image uploader

This is a tool to parse an RSS feed, and upload the images found there to your Uberflip Hub.

Prerequisites

Before begining, you will need to gather your:

  • Hub ID
  • API key
  • Secret
  • The url of your RSS feed

Getting Started

You can either execute the package by running npx uberflip-image-uploader or by first installing the package with npm install -g uberflip-image-uploader then running it with the command uberflip-image-uploader.

Once installed, you can add the -h flag to view all available options. You will need to execute the program with the information described above.

EX: npx uberflip-image-uploader -a <your api key> -s <your secret> --hub-id <your hub id> --url <the url to your rss feed>

note: The order of the parameters does not matter.

FAQs

Package last updated on 25 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