get_fedi_instances: Get a list of fediverse servers

View source: R/instances.R

get_fedi_instancesR Documentation

Get a list of fediverse servers

Description

Get a list of fediverse servers

Usage

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/

Details

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

Value

tibble of fediverse instances

Examples

## Not run: 
get_fedi_instances(n = 5)

## End(Not run)

rtoot documentation built on May 29, 2024, 2:14 a.m.