-
Notifications
You must be signed in to change notification settings - Fork 0
/
mastodon.config.ts
30 lines (30 loc) · 1.24 KB
/
mastodon.config.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
export default {
youtube: {
enable: true,
messageTemplate:
'🤖🎬 {channelName}{mentionUser} acaba de publicar o vídeo "{title}". Dálle unha ollada en\n{url} #GalegoTube #Youtubeiras #ObradoiroDixital',
accessToken: "MASTODON_BOT_ACCESS_TOKEN",
url: "MASTODON_INSTANCE_API_ENDPOINT",
},
podcast: {
enable: true,
messageTemplate:
'🤖🔊 {channelName}{mentionUser} acaba de publicar un novo falangullo : "{title}". Podes escoitalo en\n{url} #PodGalego #ObradoiroDixital',
accessToken: "MASTODON_BOT_ACCESS_TOKEN",
url: "MASTODON_INSTANCE_API_ENDPOINT",
},
blog: {
enable: true,
messageTemplate:
'🤖🌽 {channelName}{mentionUser} acaba de publicar unha nova entrada no #Blogomillo : "{title}". Podes leela en\n{url} #ObradoiroDixital',
accessToken: "MASTODON_BOT_ACCESS_TOKEN",
url: "MASTODON_INSTANCE_API_ENDPOINT",
},
twitch: {
enable: true,
messageTemplate:
'🤖📺 {channelName}{mentionUser} está agora en directo emitindo "{title}". Dálle unha ollada en\n{url} #GalegoTwitch #TwitchEnGalego #ObradoiroDixital',
accessToken: "MASTODON_BOT_ACCESS_TOKEN",
url: "MASTODON_INSTANCE_API_ENDPOINT",
},
};