Follow Friday

Number of APIs: 3

I wanted a way to produce a follow friday post each friday with as minimal effort as possible using the Mastodon API. So I crafted this collection which combines three separate API requests to pull my latest favorites, folloers, and then build a status and post to my the Mastodon account of my choice.

  1. Favorites GET {{baseUrl}}/api/v1/favourites

  2. Followers GET {{baseUrl}}/api/v1/accounts/:account_id/followers

  3. Status POST {{baseUrl}}/api/v1/statuses