mirror of
https://github.com/FoxxMD/context-mod.git
synced 2026-01-12 07:08:02 -05:00
44 lines
1.6 KiB
JSON
44 lines
1.6 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": false
|
|
},
|
|
"ACCESS_TOKEN": {
|
|
"description": "Access token retrieved from authenticating an account with your Reddit Application",
|
|
"value": "",
|
|
"required": false
|
|
},
|
|
"REDIRECT_URI": {
|
|
"description": "Redirect URI you specified when creating your Reddit Application. Required if you want to use the web interface. In the provided example replace 'your-heroku-app-name' with the name of your HEROKU app.",
|
|
"value": "https://your-heroku-6app-name.herokuapp.com/callback",
|
|
"required": false
|
|
},
|
|
"OPERATOR": {
|
|
"description": "Your reddit username WITHOUT any prefixes EXAMPLE /u/FoxxMD => FoxxMD. Specified user will be recognized as an admin.",
|
|
"value": "",
|
|
"required": false
|
|
},
|
|
"WIKI_CONFIG": {
|
|
"description": "Relative url to contextbot wiki page EX https://reddit.com/r/subreddit/wiki/<path>",
|
|
"value": "botconfig/contextbot",
|
|
"required": false
|
|
}
|
|
}
|
|
}
|