Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 808 Bytes

File metadata and controls

41 lines (30 loc) · 808 Bytes

Mastodon

  • Status: Working
  • Maintainers: @lil5
  • Features: home, local, remote, direct toots

Configuration

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"

FAQ

How to connect to a list?

Currently the only supported lists are: home, local, remote

[[gateway.inout]]
account="mastodon.mymastodon"
channel="home"

How to connect to a direct message?

[[gateway.inout]]
account="mastodon.mymastodon"
channel="@name@mastodon.social"