mirror of
https://github.com/FoxxMD/context-mod.git
synced 2026-01-13 07:37:53 -05:00
34 lines
1.0 KiB
JSON
34 lines
1.0 KiB
JSON
{
|
|
"name": "Reddit Context Bot",
|
|
"description": "An event-based, reddit moderation bot built on top of snoowrap and written in typescript",
|
|
"repository": "https://github.com/FoxxMD/context-mod",
|
|
"stack": "container",
|
|
"env": {
|
|
"CLIENT_ID": {
|
|
"description": "Client ID for your Reddit application",
|
|
"value": "",
|
|
"required": true
|
|
},
|
|
"CLIENT_SECRET": {
|
|
"description": "Client Secret for your Reddit application",
|
|
"value": "",
|
|
"required": true
|
|
},
|
|
"REFRESH_TOKEN": {
|
|
"description": "Refresh token retrieved from authenticating an account with your Reddit Application",
|
|
"value": "",
|
|
"required": true
|
|
},
|
|
"ACCESS_TOKEN": {
|
|
"description": "Access token retrieved from authenticating an account with your Reddit Application",
|
|
"value": "",
|
|
"required": true
|
|
},
|
|
"WIKI_CONFIG": {
|
|
"description": "Relative url to contextbot wiki page EX https://reddit.com/r/subreddit/wiki/<path>",
|
|
"value": "botconfig/contextbot",
|
|
"required": false
|
|
}
|
|
}
|
|
}
|