Add Mastodon API client, service for syncing avatars and display names #225

Merged
greg merged 13 commits from feature/mastodon_api into master 2025-05-23 08:48:16 +00:00
Showing only changes of commit ad138f715c - Show all commits

View File

@ -4,7 +4,10 @@
(Optional)
Log in to your Mastodon instance with an admin account and create a new
OAuth application:
https://kosmos.social/settings/applications/new
* Log in to your Mastodon instance with an admin account
* Create a new OAuth application (Settings -> Development)
* Select `admin:read` access in the permissions
* After confirming, click on the application name in the list, and copy the
access token
* Configure it as `MASTODON_AUTH_TOKEN` via environment variable, or on
Admin -> Settings -> Services -> Mastodon