Credentials
To authenticate with the different platforms, you have to provide credentials. You'll find here the list of all the credentials by platform.
Mastodon 🦣
To communicate with the mastodon instance, you'll have to generate an API Token. It is totally free.
Application name
Your application name will be publicly visible. We recommend you to use the name of the tool you are using when you are creating the application.
In this case : Touitomamout
.
- Go to your account's application page:
https://{yourinstance.tld}/settings/applications/new
- Create a new application with the following scopes:
read:accounts
: get your mastodon account usernamewrite:media
: post mediaswrite:statuses
: post tootswrite:accounts
: update your profile
- Copy the token and write it in the .env file as
MASTODON_ACCESS_TOKEN
.