Skip to content

pfefferle/webfinger-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebFinger CLI script

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 build -v