danboo/config.own.sample
2024-08-10 19:12:42 +03:00

38 lines
1.0 KiB
Plaintext

config = {
"telegram": {
"token": "required",
},
"danbooru": {
// Danbooru user:api_key
"auth": "Basic ZGFuYm9vcnV1c2VyOmFwaWtleQ==",
"params": "?page=20",
"blacklistTags": "comic doujin_cover".split(" "),
},
"targets": [{
"name": "Artists",
"chat": "-100123456",
"topic": 0,
"minScore": 0, // minimal post score threshold for filtering
"tags": "daeraeband doraski doushimasho emyo enka_(bcat) guweiz haluka_(aixioo) hamahama houtengeki kagematsuri kcar66t mikuro mocha_(cotton) mohaka_(m_0haka) namyo omelet_tomato rin_yuu sak_(lemondisk) sakiyamama saru saya_pr sion005 zerocat".split(" "),
},{
"name": "Azur Lane",
"chat": "-100123456",
"topic": 7,
"minScore": 4,
"tags": "azur_lane".split(" "),
},{
"name": "Blue Archive",
"chat": "-100123456",
"topic": 9,
"minScore": 4,
"tags": "blue_archive".split(" "),
},{
"name": "Anime",
"chat": "12345",
"topic": 0,
"minScore": 6,
"tags": "bocchi_the_rock!".split(" "),
}]
}