summaryrefslogtreecommitdiffstats
path: root/src/config.ts
blob: f051888e629ff58129355623413b6f4ba8a5d98c (plain) (blame)
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
31
32
33
34
export default {
    e621: {
        userAgent: "@feralbot@botsin.space (by RedFoxxo)",
        tags: [
            "feral",
            "-anthro",
            "-human",
            "-meme",
            "-humor",
            "-photography_(artwork)",
            "-portrait",
            "-comic",
            "-saliva",
            "-friendship_is_magic",
            "-my_little_pony",
            "-type:swf",
            "-type:webm",
            "-type:gif",
            "status:active",
            "score:>=20",
            "inpool:false",
        ],
        maxPage: 131,
    },
    /*misskey: {
        instance: "https://mk.vulpes.one/",
        token: process.env.MISSKEY_TOKEN,
    },*/
    mastodon: {
      instance: "https://botsin.space/",
      token: process.env.MASTODON_TOKEN,
    },
    cw: ["gun"],
};