pfefferle/webfinger-cli

Web version of the finger protocol

Maintainers

Package info

github.com/pfefferle/webfinger-cli

Homepage

pkg:composer/pfefferle/webfinger-cli

Fund package maintenance!

notiz.blog/donate

Statistics

Installs: 58

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

1.0.2 2016-08-11 14:17 UTC

This package is auto-updated.

Last update: 2026-03-09 09:01:19 UTC


README

This is a simple CLI script similar to Unix' finger protocol to get User informations via WebFinger.

Example:

$ webfinger acct:pfefferle@notizblog.org

Install

Install using Composer

$ composer global require 'pfefferle/webfinger-cli'

Build phar file

To build the phar file, install Box

$ brew tap humbug/box
$ brew install box

and run

$ box compile -v