Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

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"