Collecting and Analyzing Mastodon Data
Authenticate with a Mastodon instance
Convert token to environment variable
get a bearer token for the mastodon api
Get blocks of user
Get bookmarks of user
Get favourites of user
Get featured tags of a user
Get followers of a user
Get accounts a user follows
Get lists containing the user
Get mutes of user
Find out whether a given account is followed, blocked, muted, etc.
Get statuses from a user
Query the instance for a specific user
register a mastodon client
View statuses above and below this status in the thread
Get a list of fediverse servers
Get various information about a specific instance
View accounts in a list
View your lists
View a poll
View information about a specific status
Get hashtag timeline
Get home and list timelines
Get the public timeline
Parser of Mastodon stream
Add accounts to a list
Create a list
Perform actions on a status
Post status update to user's Mastodon account
Perform actions on an account
rtoot: Collect Mastodon data from R
Query Mastodon API
save a bearer token to file
Search the instance for a specific user
Collect live streams of Mastodon data
Verify mastodon credentials
An implementation of calls designed to collect and organize Mastodon data via its Application Program Interfaces (API), which can be found at the following URL: <https://docs.joinmastodon.org/>.
Useful links