mastodon-group-bot/config.json

14 lines
627 B
JSON
Raw Normal View History

2022-08-15 09:24:32 +00:00
{
2022-09-08 12:26:25 +00:00
"Server": "https://example.com",
"ClientID": "0000000000000000000000000000000000000000000",
"ClientSecret": "0000000000000000000000000000000000000000000",
"AccessToken": "0000000000000000000000000000000000000000000",
"WelcomeMessage": "We have a new member in our group. Please love and favor",
"NotFollowedMessage": "you are not followed",
"Max_toots": 2,
"Toots_interval": 12,
"Duplicate_buf": 10,
"Order_limit": 1,
"Del_notices_interval": 30,
"Admins": ["admin@example.com"]
2022-08-15 09:24:32 +00:00
}