kb_discover: Check Keybase membership and retrieve basic user info

View source: R/discover.r

kb_discoverR Documentation

Check Keybase membership and retrieve basic user info

Description

Check Keybase membership and retrieve basic user info

Usage

kb_discover(twitter, github, hackernews, web, coinbase, key_fingerprint,
  kb_usernames_only = FALSE)

Arguments

twitter, github, hackernews, web, coinbase, key_fingerprint

vectors of ids/fingerprints from known public services/data stores. At least one service must have one character vector populated. There can be multiple items per character vector.

kb_usernames_only

if FALSE, return a substantial amount of Keybase info/proofs for each user. If TRUE, return just the Keybase usernames. Default: FALSE

Examples

kb_discover(twitter=c("hrbrmstr", "_inundata", "briandconnelly"), github="bearloga")
kb_discover(twitter=c("sckottie", "_inundata", "briandconnelly"), kb_usernames_only=TRUE)

ropenscilabs/keybase documentation built on May 11, 2022, 9:10 a.m.