rtoot: Collect Mastodon data from R
rtoots provides a range of functions to interact with the Mastodon API. It has five main groups of functions:
get_account_\<type\>()
to get account level dataget_timeline_\<type\>()
to get series of statusesget_instance_\<type\>()
get information for Mastodon instancesstream_\<type\>()
to stream statuses from different timelinepost_\<type\>()
to push content to Mastodon from R(Some auxiliary functions do not follow this naming scheme)
Get started by reading vignette("rtoot")
. and browse all vignettes with browseVignettes(package = "rtoot")
package
Useful links:
Maintainer : David Schoch david@schochastics.net (ORCID)
Authors:
Other contributors:
Useful links