npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

vimeo-cli

v0.0.11

Published

A command line interface for managing your Vimeo account.

Downloads

5

Readme

vimeo-cli

A command line interface for Vimeo.

Install

npm install -g vimeo-cli

Setup Instructions

You must follow these instructions to setup the utility before running any other commands.

  1. Visit https://developer.vimeo.com/apps/new
  2. Fill out the fields and click Create app
  3. On the app page, click the OAuth2 tab
  4. make a note of the Client Identifier and the Client Secret
  5. Back in your terminal, run vimeo setup <client_identifier> <client_secret>

You're all set! Run vimeo --help to see available commands.

Commands


setup

See Setup Instructions.

auth

Usage: vimeo auth

This will walk you through authenticating a Vimeo account to use with the CLI. You can perform this multiple users and switch between them using vimeo use <nickname>.

Note: You need to setup the CLI before you can do this. See Setup.

use

Usage: vimeo use <nickname>

Switch between authenticated users based on the nickname you assigned each one during the authentication step. The user you select will be the user that authenticates all subsequent requests.

users

Usage: vimeo users

List all authenticated users and their associated nicknames.

remove

Usage: vimeo remove <nickname>

Remove an authenticated user based on the nickname you assigned it during the authentication step.

list

Usage: vimeo list <item>

List all of the authenticated user's specified items. Supported items include: videos, albums, appearances, channels, groups, followers, following, likes, portfolios, presets, watchlater

add

Usage: vimeo add [options] <item>

Add the given item to the current authenticated user's account.

Supported items: album, channel, group, following, like, watchlater

Available options:

Options | Use | Applies to Item | Required? ---------- | --- | ----------- | -------- -n | Set name | album channel group | yes -d | Set description | album channel group | yes -p | Set privacy level | album channel | no -P | Set password | album | yes (if privacy = password) -s | Set default sort order | album | no -u | Specify user ID | following | yes -v | Specify video ID | like watchlater | yes

follow

Usage: vimeo follow <user_id>

Follow the specified user. (Alias for vimeo add following -u <user_id>)

like

Usage: vimeo like <video_id>

Like the specified video. (Alias for vimeo add like -v <video_id>)

watchlater

Usage: vimeo watchlater <video_id>

Add the specified video to the watch later queue. (Alias for vimeo add watchlater -v <video_id>)

upload

Usage: vimeo upload <path>

Uploads the video at the given path.

Help

File an issue.

Contribute

Pull requests welcome!

License

MIT.