get_fedi_instances function

Get a list of fediverse servers

Get a list of fediverse servers

get_fedi_instances(token = NA, n = 20, ...)

Arguments

  • token: token from instances.social (this is different from your Mastodon token!)
  • n: number of servers to show
  • ...: additional parameters for the instances.social API. See https://instances.social/api/doc/

Returns

tibble of fediverse instances

Details

This function uses the API at instances.social and needs a separate token. Results are sorted by number of users

Examples

## Not run: get_fedi_instances(n = 5) ## End(Not run)
  • Maintainer: David Schoch
  • License: MIT + file LICENSE
  • Last published: 2024-10-30