akkounts/docs/dev/mastodon.md
2025-05-17 18:56:34 +04:00

14 lines
410 B
Markdown

# Mastodon
## API access
(Optional)
* 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