- Status: Working
- Maintainers: @lil5
- Features: home, local, remote, direct toots
Tip
For help getting a client id/secret/access token, see application.md
Basic configuration example:
[mastodon]
[mastodon.mymastodon]
Server="https://mastodon.social"
ClientID="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
ClientSecret="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
AccessToken="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"Currently the only supported lists are: home, local, remote
[[gateway.inout]]
account="mastodon.mymastodon"
channel="home"[[gateway.inout]]
account="mastodon.mymastodon"
channel="@name@mastodon.social"