Compare commits

..

60 Commits
0.1.1 ... 0.2.1

Author SHA1 Message Date
FoxxMD
a6e72dc79d Add rule ordering and api caching to advanced concepts 2021-06-11 19:35:25 -04:00
FoxxMD
962e44bf57 Fix some more links wtf 2021-06-11 19:20:16 -04:00
FoxxMD
2189d92725 Update recent activity examples descriptions 2021-06-11 19:17:09 -04:00
FoxxMD
14711efeb3 Use better link for example 2021-06-11 19:13:48 -04:00
FoxxMD
774b41c2a3 Add readmes for all sections 2021-06-11 19:12:11 -04:00
FoxxMD
4928b8b57a Add examples 2021-06-11 18:30:30 -04:00
FoxxMD
4b39794e2f Normalize named rule value 2021-06-11 18:29:19 -04:00
FoxxMD
c0ede0561c Add general percentages to history result data 2021-06-11 16:40:51 -04:00
FoxxMD
d7cea1f705 Add totalCount threshold property for recent activity rule 2021-06-11 16:00:17 -04:00
FoxxMD
3e29d7eb9f Remove noisy poll logging
Duh
2021-06-11 14:17:10 -04:00
FoxxMD
48ea60f886 Move heartbeat to app-level config 2021-06-11 14:15:54 -04:00
FoxxMD
1897d96a8f Add dryrun setting to help with testing
Can be configured at action, check, subreddit, or app level
2021-06-11 12:38:01 -04:00
FoxxMD
1279975a8a Add verbose log statements to log rule results and comment/report action contents 2021-06-11 11:56:55 -04:00
FoxxMD
7d0f7e8714 Decode content in render util instead of in each action 2021-06-11 11:44:36 -04:00
FoxxMD
f6b3f02e05 unescape content before report/comment 2021-06-11 10:36:37 -04:00
FoxxMD
1f439dc290 Re-add report length enforcement
Reddit returns 200 for longer content but then never actually makes the report
2021-06-11 10:28:51 -04:00
FoxxMD
0a299308fb Make history summary more succinct 2021-06-11 10:28:29 -04:00
FoxxMD
a84b39cc5a Wrap snoowrap logger function so arguments can be passed correctly to winston 2021-06-10 15:57:04 -04:00
FoxxMD
f64c6e0df5 Fix default for boolean option 2021-06-10 15:56:41 -04:00
FoxxMD
250313b6a8 Add separator between check name and description 2021-06-10 14:27:27 -04:00
FoxxMD
e4be9ed4e6 Display api limit on startup 2021-06-10 14:27:02 -04:00
FoxxMD
788af401b3 Support JSON5 for parsing configuration 2021-06-10 13:20:11 -04:00
FoxxMD
6bc74b383f Implement resource caching
User-configurable global/subreddit-level caching for author activities, wiki pages, and author checks
2021-06-10 13:13:57 -04:00
FoxxMD
51825a594d Handle errors from check iteration 2021-06-10 10:18:26 -04:00
FoxxMD
186d9ac4b7 Implement History rule 2021-06-09 17:09:33 -04:00
FoxxMD
ac02fdabfd Log link to invalid wiki page on error 2021-06-09 14:56:16 -04:00
FoxxMD
0eeb204371 Update ajv and fix schema generation issues
* Update ajv to fix #ref warning
* Consolidate ajv instantiation so config is always the same
* Remove propOrder flag for schema generation since its out of spec
2021-06-09 14:39:23 -04:00
FoxxMD
64a97ee048 Logging improvements
* Insert activity identifier into logging labels after subreddit using dynamic labels
* Simplify logger creation (don't need shuffle using improvements from above)
* Add logging to Actions
* Make check logging clearer and more succinct
* Log more information on startup
2021-06-09 13:36:32 -04:00
FoxxMD
318a1d3326 Set heroku url to default branch 2021-06-08 16:16:58 -04:00
FoxxMD
08db50426b Show check details and summary by default (info level) 2021-06-08 16:15:36 -04:00
FoxxMD
77f7a0167c Wiki value typo 2021-06-08 16:10:44 -04:00
FoxxMD
23a9f9d652 Remove potentially problematic heroku env 2021-06-08 16:09:00 -04:00
FoxxMD
72ed72ce4a Add heroku quick deploy button 2021-06-08 16:07:53 -04:00
FoxxMD
8cea19c7f2 Remove default env vars 2021-06-08 16:01:18 -04:00
FoxxMD
8eeaac2d53 Update heroku app file 2021-06-08 15:41:57 -04:00
FoxxMD
3cf838ba9f Create heroku app file 2021-06-08 15:39:14 -04:00
FoxxMD
16f3c2268b Create heroku file 2021-06-08 15:31:34 -04:00
FoxxMD
3be20b910d Fix missing return on activity filter 2021-06-08 14:03:49 -04:00
FoxxMD
78aed4321a Add support for reddit permalink when running check command 2021-06-08 13:55:03 -04:00
FoxxMD
0fe2fa8934 Add submission from comments convenience method 2021-06-08 13:46:45 -04:00
FoxxMD
37ba1dc1bf Fix default value when reference submission has no repeats 2021-06-08 13:46:08 -04:00
FoxxMD
5905c910b0 Implement name references for actions and rules
Action/Rule objects they can now be referenced by name from anywhere in the configuration
2021-06-08 12:40:00 -04:00
FoxxMD
d239d3c6cc Update dockerfile to use default run command 2021-06-08 00:52:23 -04:00
FoxxMD
16d0eebac6 Some small fixes for attribution 2021-06-08 00:35:34 -04:00
FoxxMD
1a393944c0 Refactor AttributionRule to be more robust and handle multiple window/thresholds
It's more useful to be abel to check thresholds for multiple windows to get a more holistic idea of attribution percents
2021-06-08 00:32:25 -04:00
FoxxMD
9f270010b7 Add trace to winston log levels so it can be used with snoowrap 2021-06-08 00:31:31 -04:00
FoxxMD
2548cff367 Friendly print schema validation errors 2021-06-08 00:30:57 -04:00
FoxxMD
c7acda46a0 Implement AttributionRule 2021-06-07 17:45:08 -04:00
FoxxMD
530675179b Refactor activity window
* Truncate items to window length when too many retrieved
* Correctly compare dates
2021-06-07 17:44:20 -04:00
FoxxMD
7960423678 Fix missing bold format character 2021-06-07 14:09:11 -04:00
FoxxMD
4ddb0f0963 Update readme with new cli syntax 2021-06-07 13:58:16 -04:00
FoxxMD
8a54ce15cd Refactor RepeatSubmission rule into RepeatActivity to allow more flexibility in use
* Refactor item repeat logic completely to simplify allow scenarios
* Can check for repeat comments now
* Add more context data and markdown content to display all repeats
2021-06-07 13:39:50 -04:00
FoxxMD
01161c3493 Implement specific activity checking through cli
* Refactor application input to use commando for extensibility
* Add all args/env as options for easy readout on command line
* Add 'check' command to allow running checks against a specific activity
* BC: must specify 'run' to run regular manager/unattended operation
2021-06-07 13:38:37 -04:00
FoxxMD
9970156a3d Fix leaf detection when undefined 2021-06-07 13:36:11 -04:00
FoxxMD
b437156d99 Clean up logging 2021-06-04 16:20:25 -04:00
FoxxMD
de3a279dc3 More verbose debug logging of checks added to subreddit manager on load 2021-06-04 15:07:30 -04:00
FoxxMD
86a6a75119 Add missing domain prefix to permalink 2021-06-04 15:03:32 -04:00
FoxxMD
9634b59b3a Add some temporal convenience logging
* heartbeat logging with configurable interval
* configurable api limit warning
2021-06-04 14:58:13 -04:00
FoxxMD
37f7c99155 Add snoodebug arg/env to control snoowrap debug output independently 2021-06-04 14:53:59 -04:00
FoxxMD
a99ab9a64a Add permalink to peek content to make logs more convenient 2021-06-04 14:53:29 -04:00
60 changed files with 4843 additions and 1086 deletions

View File

@@ -5,7 +5,9 @@
<excludeFolder url="file://$MODULE_DIR$/temp" />
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
<excludeFolder url="file://$MODULE_DIR$/tmp" />
<excludeFolder url="file://$MODULE_DIR$/src/logs" />
</content>
<content url="file://$MODULE_DIR$/node_modules" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>

View File

@@ -24,4 +24,4 @@ RUN mkdir -p $log_dir
VOLUME $log_dir
ENV LOG_DIR=$log_dir
CMD [ "node", "src/index.js" ]
CMD [ "node", "src/index.js", "run" ]

117
README.md
View File

@@ -23,13 +23,16 @@ Some feature highlights:
* All text-based actions support [mustache](https://mustache.github.io) templating
* History-based rules support multiple "valid window" types -- [ISO 8601 Durations](https://en.wikipedia.org/wiki/ISO_8601#Durations), [Day.js Durations](https://day.js.org/docs/en/durations/creating), and submission/comment count limits.
* All rules support skipping behavior based on author criteria -- name, css flair/text, and moderator status
* Docker container support *(coming soon...)*
* Rules and Actions support named references so you write rules/actions once and reference them anywhere
* User-configurable global/subreddit-level API caching
* Docker container support
# Table of Contents
* [How It Works](#how-it-works)
* [Installation](#installation)
* [Configuration](#configuration)
* [Examples](#examples)
* [Usage](#usage)
### How It Works
@@ -78,12 +81,20 @@ Adding [**environmental variables**](#usage) to your `docker run` command will p
docker run -e "CLIENT_ID=myId" ... foxxmd/reddit-context-bot
```
### [Heroku Quick Deploy](https://heroku.com/about)
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://dashboard.heroku.com/new?template=https://github.com/FoxxMD/reddit-context-bot)
## Configuration
Context Bot's [configuration schema](/src/Schema/App.json) conforms to [JSON Schema](https://json-schema.org/) Draft 7.
Context Bot's configuration can be written in JSON or [JSON5](https://json5.org/). It's [schema](/src/Schema/App.json) conforms to [JSON Schema Draft 7](https://json-schema.org/).
I suggest using [Atlassian JSON Schema Viewer](https://json-schema.app/start) ([direct link](https://json-schema.app/view/%23?url=https%3A%2F%2Fraw.githubusercontent.com%2FFoxxMD%2Freddit-context-bot%2Fmaster%2Fsrc%2FSchema%2FApp.json)) so you can view all documentation while also interactively writing and validating your config! From there you can drill down into any object, see its requirements, view an example JSON document, and live-edit your configuration on the right-hand side.
### Examples
Read through the [Examples](/examples) section for a thorough introduction to all the **Rules**, in-depth concepts, and sample configuration files.
### Action Templating
Actions that can submit text (Report, Comment) will have their `content` values run through a [Mustache Template](https://mustache.github.io/). This means you can insert data generated by Rules into your text before the Action is performed.
@@ -118,7 +129,7 @@ The properties of `rules` are accessible using the name, lower-cased, with all s
},
{
// name = repeatsubmission
"kind": "repeatSubmission",
"kind": "repeatActivity",
}
]
```
@@ -152,82 +163,36 @@ const content = "My content will render the property {{item.aProperty}} like thi
```
</details>
### Example Config
Below is a configuration fulfilling the example given at the start of this readme:
<details>
<summary>Click to expand configuration</summary>
```json
{
"checks": [
{
"name": "repeatSpam",
"kind": "submission",
"rules": [
{
"kind": "repeatSubmission",
"gapAllowance": 2,
"threshold": 10
}
],
"actions": [
{
"kind": "remove"
},
{
"kind": "comment",
"content": "Thank you for your submission but we do not allow mass crossposting. Your submission has been removed",
"distingish": true
}
]
},
{
"name": "selfPromoActivity",
"kind": "submission",
"rules": [
{
"kind": "recentActivity",
"thresholds": [
{
"subreddits": [
"YouTubeSubscribeBoost",
"AdvertiseYourVideos"
]
}
]
}
],
"actions": [
{
"kind": "report",
"content": "User posted link {{rules.recentactivity.totalCount}} times in {{rules.recentactivity.subCount}} SP subs: {{rules.recentactivity.summary}}"
}
]
}
]
}
```
</details>
## Usage
`npm run start [list,of,subreddits] [...--options]`
```
Usage: index [options] [command]
CLI options take precedence over environmental variables
Options:
-c, --clientId <id> Client ID for your Reddit application (default: process.env.CLIENT_ID)
-e, --clientSecret <secret> Client Secret for your Reddit application (default: process.env.CLIENT_SECRET)
-a, --accessToken <token> Access token retrieved from authenticating an account with your Reddit Application (default: process.env.ACCESS_TOKEN)
-r, --refreshToken <token> Refresh token retrieved from authenticating an account with your Reddit Application (default: process.env.REFRESH_TOKEN)
-s, --subreddits <list...> List of subreddits to run on. Bot will run on all subs it has access to if not defined (default: process.env.SUBREDDITS (comma-seperated))
-d, --logDir <dir> Absolute path to directory to store rotated logs in (default: process.env.LOG_DIR || process.cwd()/logs)
-l, --logLevel <level> Log level (default: process.env.LOG_LEVEL || info)
-w, --wikiConfig <path> Relative url to contextbot wiki page EX https://reddit.com/r/subreddit/wiki/<path> (default: process.env.WIKI_CONFIG || 'botconfig/contextbot')
--snooDebug Set Snoowrap to debug (default: process.env.SNOO_DEBUG || false)
--authorTTL <ms> Set the TTL (ms) for the Author Activities shared cache (default: process.env.AUTHOR_TTL || 10000)
--heartbeat <s> Interval, in seconds, between heartbeat logs. Set to 0 to disable (default: process.env.HEARTBEAT || 300)
--apiLimitWarning <remaining> When API limit remaining (600/10min) is lower than this value log statements for limit will be raised to WARN level (default: process.env.API_REMAINING || 250)
--dryRun Set dryRun=true for all checks/actions on all subreddits (overrides any existing) (default: process.env.DRYRUN)
--disableCache Disable caching for all subreddits (default: process.env.DISABLE_CACHE || false)
-h, --help display help for command
| CLI | Environmental Variable | Required | Description |
|------------------|------------------------|----------|----------------------------------------------------------------------------------------------------------------------------------|
| [First Argument] | | No | Comma-deliminated list of subreddits to run on if you don't want to run all the account has access to. |
| --clientId | CLIENT_ID | **Yes** | Your reddit application client id |
| --clientSecret | CLIENT_SECRET | **Yes** | Your reddit application client secret |
| --accessToken | ACCESS_TOKEN | **Yes** | A valid access token retrieved from completing the oauth flow for a user with your application. |
| --refreshToken | REFRESH_TOKEN | **Yes** | A valid refresh token retrieved from completing the oauth flow for a user with your application. |
| --logDir | LOG_DIR | No | The absolute path to where logs should be stored. use `false` to turn off log files. Defaults to `CWD/logs` |
| --logLevel | LOG_LEVEL | No | The minimum level to log at. Uses [Winston Log Levels](https://github.com/winstonjs/winston#logging-levels). Defaults to `info` |
| --wikiConfig | WIKI_CONFIG | No | The location of the bot configuration in the subreddit wiki. Defaults to `botconfig/contextbox` |
Commands:
run Runs bot normally
check [options] <activityIdentifier> [type] Run check(s) on a specific activity
help [command] display help for command
```
### Logging
### Reddit App??
@@ -260,7 +225,7 @@ Visit https://not-an-aardvark.github.io/reddit-oauth-helper/
* report
* submit
* wikiread
* Click **Generate tokens*, you will get a popup asking you to approve access (or login) -- **the account you approve access with is the account that Bot will control.**
* Click **Generate tokens**, you will get a popup asking you to approve access (or login) -- **the account you approve access with is the account that Bot will control.**
* After approving an **Access Token** and **Refresh Token** will be shown at the bottom of the page. Write these down.
You should now have all the information you need to start the bot.

33
app.json Normal file
View File

@@ -0,0 +1,33 @@
{
"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/reddit-context-bot",
"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
}
}
}

42
examples/README.md Normal file
View File

@@ -0,0 +1,42 @@
# Examples
This directory contains example of valid, ready-to-go configurations for Context Bot for the purpose of:
* showcasing what the bot can do
* providing best practices for writing your configuration
* providing generally useful configurations **that can be used immediately** or as a jumping-off point for your configuration
### Creating Your Configuration
#### Get the raw contents of the configuration
* In a new tab open the github page for the configuration you want ([example](/examples/repeatActivity/crosspostSpamming.json5))
* Click the **Raw** button...keep this tab open and move on to the next step
#### Edit your wiki configuration
* Visit the wiki page of the subreddit you want the bot to moderate
* Using default bot settings this will be `https://old.reddit.com/r/YOURSUBERDDIT/wiki/botconfig/contextbot`
* If the page does not exist create it, otherwise click **Edit**
* Copy-paste the configuration into the wiki text box
* In the previous tab you opened (for the configuration) **Select All** (Ctrl+A), then **Copy**
* On the wiki page **Paste** into the text box
* Save the edited wiki page
* Ensure the wiki page visibility is restricted
* On the wiki page click **settings** (**Page settings** in new reddit)
* Check the box for **Only mods may edit and view** and then **save**
### Examples Overview
* Rules
* [Attribution](/examples/attribution)
* [Recent Activity](/examples/recentActivity)
* [Repeat Activity](/examples/repeatActivity)
* [History](/examples/history)
* [Author](/examples/author)
* [Advanced Concepts](/examples/advancedConcepts)
* [Rule Sets](/examples/advancedConcepts/ruleSets.json5)
* [Name Rules](/examples/advancedConcepts/ruleNameReuse.json5)
* [Check Ordering](/examples/advancedConcepts)
* Subreddit-ready examples
* Coming soon...

View File

@@ -0,0 +1,56 @@
### Named Rules
See [ruleNameReuse.json5](/examples/advancedConcepts/ruleNameReuse.json5)
### Check Order
Checks are run in the order they appear in your configuration, therefore you should place your highest requirement/severe action checks at the top and lowest requirement/moderate actions at the bottom.
This is so that if an Activity warrants a more serious reaction that Check is triggered first rather than having a lower requirement check with less severe actions triggered and causing all subsequent Checks to be skipped.
* Attribution >50% AND Repeat Activity 8x AND Recent Activity in 2 subs => remove submission + ban
* Attribution >20% AND Repeat Activity 4x AND Recent Activity in 5 subs => remove submission + flair user restricted
* Attribution >20% AND Repeat Activity 2x => remove submission
* Attribution >20% AND History comments <30% => remove submission
* Attribution >15% => report
* Repeat Activity 2x => report
* Recent Activity in 3 subs => report
* Author not vetted => flair new user submission
### Rule Sets
The `rules` array on a `Checks` can contain both `Rule` objects and `RuleSet` objects.
A **Rule Set** is a "nested" set of `Rule` objects with a passing condition specified. These allow you to create more complex trigger behavior by combining multiple rules.
See **[ruleSets.json5](/examples/advancedConcepts/ruleSets.json5)** for a complete example as well as consulting the [schema](https://json-schema.app/view/%23%2Fdefinitions%2FRuleSetJson?url=https%3A%2F%2Fraw.githubusercontent.com%2FFoxxMD%2Freddit-context-bot%2Fmaster%2Fsrc%2FSchema%2FApp.json).
### Rule Order
The ordering of your Rules within a Check/RuleSet can have an impact on Check performance (speed) as well as API usage.
Consider these three rules:
* Rule A -- Recent Activity => 3 subreddits => last 15 submissions
* Rule B -- Repeat Activity => last 3 days
* Rule C -- Attribution => >10% => last 90 days or 300 submissions
The first two rules are lightweight in their requirements -- Rule A can be completed in 1 API call, Rule B potentially completed in 1 Api call.
However, depending on how active the Author is, Rule C will take *at least* 3 API calls just to get all activities (Reddit limit 100 items per call).
If the Check is using `AND` condition for its rules (default) then if either Rule A or Rule B fail then Rule C will never run. This means 3 API calls never made plus the time waiting for each to return.
**It is therefore advantageous to list your lightweight Rules first in each Check.**
### API Caching
Context bot implements some basic caching functionality for **Author Activities** and wiki pages (on Comment/Report Actions).
**Author Activities** are cached for a subreddit-configurable amount of time (10 seconds by default). A cached activities set can be re-used if the **window on a Rule is identical to the window on another Rule**.
This means that when possible you should re-use window values.
IE If you want to check an Author's Activities for a time range try to always use **7 Days** or always use **50 Items** for absolute counts.
Re-use will result in less API calls and faster Check times.

View File

@@ -0,0 +1,79 @@
{
"checks": [
{
"name": "Auto Remove SP Karma",
"description": "Remove submission because author has self-promo >10% and posted in karma subs recently",
"kind": "submission",
"rules": [
// named rules can be referenced at any point in the configuration (where they occur does not matter)
// and can be used in any Check
// Note: rules do not transfer between subreddit configurations
"freekarmasub",
{
"name": "attr10all",
"kind": "attribution",
"criteria": [
{
"threshold": "10%",
"window": {
"days": 90
}
},
{
"threshold": "10%",
"window": 100
}
],
}
],
"actions": [
{
"kind": "remove"
},
{
"kind": "comment",
"content": "Your submission was removed because you are over reddit's threshold for self-promotion and recently posted this content in a karma sub"
}
]
},
{
"name": "Free Karma On Submission Alert",
"description": "Check if author has posted this submission in 'freekarma' subreddits",
"kind": "submission",
"rules": [
{
// rules can be re-used throughout a configuration by referencing them by name
//
// The rule name itself can only contain spaces, hyphens and underscores
// The value used to reference it will have all of these removed, and lower-cased
//
// so to reference this rule use the value 'freekarmasub'
"name": "Free_Karma-SUB",
"kind": "recentActivity",
"lookAt": "submissions",
"useSubmissionAsReference":true,
"thresholds": [
{
"totalCount": 1,
"subreddits": [
"DeFreeKarma",
"FreeKarma4U",
"FreeKarma4You",
"upvote"
]
}
],
"window": {
"days": 7
}
}
],
"actions": [
{
"kind": "report",
"content": "Submission posted {{rules.freekarmasub.totalCount}} times in karma {{rules.freekarmasub.subCount}} subs over {{rules.freekarmasub.window}}: {{rules.freekarmasub.subSummary}}"
}
]
},
]
}

View File

@@ -0,0 +1,99 @@
{
"checks": [
{
"name": "Self Promo All or low comment",
"description": "SP >10% of all activities or >10% of submissions with low comment engagement",
"kind": "submission",
"rules": [
{
// this attribution rule is looking at all activities
//
// we want want this one rule to trigger the check because >10% of all activity (submission AND comments) is a good requirement
"name": "attr10all",
"kind": "attribution",
"criteria": [
{
"threshold": "10%",
"window": {
"days": 90
}
},
{
"threshold": "10%",
"window": 100
}
],
},
{
// this is a **Rule Set**
//
// it is made up of "nested" rules with a pass condition (AND/OR)
// if the nested rules pass the condition then the Rule Set triggers the Check
//
// AND = all nested rules must be triggered to make the Rule Set trigger
// AND = any of the nested Rules will be the Rule Set trigger
"condition": "AND",
// in this check we use an Attribution >10% on ONLY submissions, which is a lower requirement then the above attribution rule
// and combine it with a History rule looking for low comment engagement
// to make a "higher" requirement Rule Set our of two low requirement Rules
"rules": [
{
"name": "attr20sub",
"kind": "attribution",
"criteria": [
{
"threshold": "10%",
"thresholdOn": "submissions",
"window": {
"days": 90
}
},
{
"threshold": "10%",
"thresholdOn": "submissions",
"window": 100
}
],
"lookAt": "media"
},
{
"name": "lowOrOpComm",
"kind": "history",
"criteriaJoin": "OR",
"criteria": [
{
"window": {
"days": 90
},
"comment": {
"threshold": "50%",
"condition": "<"
}
},
{
"window": {
"days": 90
},
"comment": {
"asOp": true,
"threshold": "40%",
"condition": ">"
}
}
]
}
]
}
],
"actions": [
{
"kind": "remove"
},
{
"kind": "comment",
"content": "Your submission was removed because you are over reddit's threshold for self-promotion or exhibit low comment engagement"
}
]
},
]
}

View File

@@ -0,0 +1,14 @@
# Attribution
The **Attribution** rule will aggregate an Author's content Attribution (youtube channels, twitter, website domains, etc.) and can check on their totals or percentages of all Activities over a time period:
* Total # of attributions
* As percentage of all Activity or only Submissions
* Look at all domains or only media (youtube, vimeo, etc.)
* Include self posts (by reddit domain) or not
Consult the [schema](https://json-schema.app/view/%23/%23%2Fdefinitions%2FCheckJson/%23%2Fdefinitions%2FAttributionJSONConfig?url=https%3A%2F%2Fraw.githubusercontent.com%2FFoxxMD%2Freddit-context-bot%2Fmaster%2Fsrc%2FSchema%2FApp.json) for a complete reference of the rule's properties.
### Examples
* [Self Promotion as percentage of all Activities](/examples/attribution/redditSelfPromoAll.json5) - Check if Author is submitting much more than they comment.
* [Self Promotion as percentage of Submissions](/examples/attribution/redditSelfPromoSubmissionsOnly.json5) - Check if any of Author's aggregated submission origins are >10% of their submissions

View File

@@ -0,0 +1,41 @@
{
"checks": [
{
"name": "Self Promo Activities",
"description": "Check if any of Author's aggregated submission origins are >10% of entire history",
// check will run on a new submission in your subreddit and look at the Author of that submission
"kind": "submission",
"rules": [
{
"name": "attr10all",
"kind": "attribution",
// criteria defaults to OR -- so either of these criteria will trigger the rule
"criteria": [
{
// threshold can be a percent or an absolute number
"threshold": "10%",
// The default is "all" -- calculate percentage of entire history (submissions & comments)
// "thresholdOn": "all",
// look at last 90 days of Author's activities (comments and submissions)
"window": {
"days": 90
}
},
{
"threshold": "10%",
// look at Author's last 100 activities (comments and submissions)
"window": 100
}
],
}
],
"actions": [
{
"kind": "report",
"content": "{{rules.attr10all.largestPercent}}% of {{rules.attr10all.activityTotal}} items over {{rules.attr10all.window}}"
}
]
}
]
}

View File

@@ -0,0 +1,42 @@
{
"checks": [
{
"name": "Self Promo Submissions",
"description": "Check if any of Author's aggregated submission origins are >10% of their submissions",
// check will run on a new submission in your subreddit and look at the Author of that submission
"kind": "submission",
"rules": [
{
"name": "attr10sub",
"kind": "attribution",
// criteria defaults to OR -- so either of these criteria will trigger the rule
"criteria": [
{
// threshold can be a percent or an absolute number
"threshold": "10%",
// calculate percentage of submissions, rather than entire history (submissions & comments)
"thresholdOn": "submissions",
// look at last 90 days of Author's activities (comments and submissions)
"window": {
"days": 90
}
},
{
"threshold": "10%",
"thresholdOn": "submissions",
// look at Author's last 100 activities (comments and submissions)
"window": 100
}
],
}
],
"actions": [
{
"kind": "report",
"content": "{{rules.attr10sub.largestPercent}}% of {{rules.attr10sub.activityTotal}} items over {{rules.attr10sub.window}}"
}
]
}
]
}

33
examples/author/README.md Normal file
View File

@@ -0,0 +1,33 @@
# Author
## Rule
The **Author** rule can if any [AuthorCriteria](https://json-schema.app/view/%23%2Fdefinitions%2FAuthorCriteria?url=https%3A%2F%2Fraw.githubusercontent.com%2FFoxxMD%2Freddit-context-bot%2Fmaster%2Fsrc%2FSchema%2FApp.json) from a list are either **included** or **excluded**, depending on which property you put them in.
**AuthorCriteria** that can be checked:
* name (u/userName)
* author's subreddit flair text
* author's subreddit flair css
* author's subreddit mod status
The Author **Rule** is best used in conjunction with other Rules to short-circuit a Check based on who the Author is. It is easier to use a Rule to do this then to write **author filters** for every Rule (and makes Rules more re-useable).
Consult the [schema](https://json-schema.app/view/%23%2Fdefinitions%2FAuthorRuleJSONConfig?url=https%3A%2F%2Fraw.githubusercontent.com%2FFoxxMD%2Freddit-context-bot%2Fmaster%2Fsrc%2FSchema%2FApp.json) for a complete reference of the rule's properties.
### Examples
* Basic examples
* [Flair new user Submission](/examples/author/flairNewUserSubmission.json5) - If the Author does not have the `vet` flair then flair the Submission with `New User`
* [Flair vetted user Submission](/examples/author/flairNewUserSubmission.json5) - If the Author does have the `vet` flair then flair the Submission with `Vetted`
* Used with other Rules
* [Ignore vetted user](/examples/author/flairNewUserSubmission.json5) - Short-circuit the Check if the Author has the `vet` flair
## Filter
All **Rules** have an optional `authors` property that takes an [AuthorOptions](https://json-schema.app/view/%23%2Fdefinitions%2FAuthorOptions?url=https%3A%2F%2Fraw.githubusercontent.com%2FFoxxMD%2Freddit-context-bot%2Fmaster%2Fsrc%2FSchema%2FApp.json) object.
**This property works the same as the Author Rule but if any criteria pass the Rule is skipped.** If a Rule is skipped **it does not fail or pass** and so does not affect the outcome of the Check. However, if all Rules on a Check are skipped the Check will fail.
### Examples
* [Skip recent activity check based on author](/examples/author/authorFilter.json5) - Skip a Recent Activity check for a set of subreddits if the Author of the Submission has any set of flairs.

View File

@@ -0,0 +1,73 @@
{
"checks": [
{
"name": "Karma/Meme Sub Activity",
"description": "Report on karma sub activity or meme sub activity if user isn't a memelord",
// check will run on a new submission in your subreddit and look at the Author of that submission
"kind": "submission",
"rules": [
{
"name": "freekarma",
"kind": "recentActivity",
"lookAt": "submissions",
"thresholds": [
{
"totalCount": 1,
"subreddits": [
"DeFreeKarma",
"FreeKarma4U",
]
}
],
"window": {
"days": 7
}
},
{
"name": "noobmemer",
"kind": "recentActivity",
// authors filter will be checked before a rule is run. If anything passes then the Rule is skipped -- it is not failed or triggered.
// if *all* Rules for a Check are skipped due to authors filter then the Check will fail
"authors": {
// each property (include/exclude) can contain multiple AuthorCriteria
// if any AuthorCriteria passes its test the Rule is skipped
//
// for an AuthorCriteria to pass all properties present on it must pass
//
// if "include" is present it will always run and exclude will be skipped
// "include:" []
"exclude": [
// for this to pass the Author of the Submission must not have the flair "Supreme Memer" and have the name "user1" or "user2"
{
"flairText": ["Supreme Memer"],
"names": ["user1","user2"]
},
{
// for this to pass the Author of the Submission must not have the flair "Decent Memer"
"flairText": ["Decent Memer"]
}
]
},
"lookAt": "submissions",
"thresholds": [
{
"totalCount": 1,
"subreddits": [
"dankmemes",
]
}
],
"window": {
"days": 7
}
}
],
"actions": [
{
"kind": "report",
"content": "Author has posted in free karma sub, or in /r/dankmemes and does not have meme flair in this subreddit"
}
]
}
]
}

View File

@@ -0,0 +1,29 @@
{
"checks": [
{
"name": "Flair New User Sub",
"description": "Flair submission as sketchy if user does not have vet flair",
// check will run on a new submission in your subreddit and look at the Author of that submission
"kind": "submission",
"rules": [
{
"name": "newflair",
"kind": "author",
// rule will trigger if Author does not have "vet" flair text
"exclude": [
{
"flairText": ["vet"]
}
]
}
],
"actions": [
{
"kind": "flair",
"text": "New User",
"css": "orange"
}
]
}
]
}

View File

@@ -0,0 +1,29 @@
{
"checks": [
{
"name": "Flair Vetted User Submission",
"description": "Flair submission as Approved if user has vet flair",
// check will run on a new submission in your subreddit and look at the Author of that submission
"kind": "submission",
"rules": [
{
"name": "newflair",
"kind": "author",
// rule will trigger if Author has "vet" flair text
"include": [
{
"flairText": ["vet"]
}
]
}
],
"actions": [
{
"kind": "flair",
"text": "Vetted",
"css": "green"
}
]
}
]
}

View File

@@ -0,0 +1,81 @@
{
"checks": [
{
"name": "non-vetted karma/meme activity",
"description": "Report if Author has SP and has recent karma/meme sub activity and isn't vetted",
// check will run on a new submission in your subreddit and look at the Author of that submission
"kind": "submission",
"rules": [
{
// The Author Rule is best used in conjunction with other Rules --
// instead of having to write an AuthorFilter for every Rule where you want to skip it based on Author criteria
// you can write one Author Rule and make it fail on the required criteria
// so that the check fails and Actions don't run
"name": "nonvet",
"kind": "author",
"exclude": [
{
"flairText": ["vet"]
}
]
},
{
"name": "attr10",
"kind": "attribution",
"criteria": [
{
"threshold": "10%",
"window": {
"days": 90
}
},
{
"threshold": "10%",
"window": 100
}
],
},
{
"name": "freekarma",
"kind": "recentActivity",
"lookAt": "submissions",
"thresholds": [
{
"totalCount": 1,
"subreddits": [
"DeFreeKarma",
"FreeKarma4U",
]
}
],
"window": {
"days": 7
}
},
{
"name": "memes",
"kind": "recentActivity",
"lookAt": "submissions",
"thresholds": [
{
"totalCount": 3,
"subreddits": [
"dankmemes",
]
}
],
"window": {
"days": 7
}
}
],
// will NOT run if the Author for this Submission has the flair "vet"
"actions": [
{
"kind": "report",
"content": "Author has posted in free karma or meme subs recently"
}
]
}
]
}

View File

@@ -0,0 +1,13 @@
# History
The **History** rule can check an Author's submission/comment statistics over a time period:
* Submission total or percentage of All Activity
* Comment total or percentage of all Activity
* Comments made as OP (commented in their own Submission) total or percentage of all Comments
Consult the [schema](https://json-schema.app/view/%23%2Fdefinitions%2FHistoryJSONConfig?url=https%3A%2F%2Fraw.githubusercontent.com%2FFoxxMD%2Freddit-context-bot%2Fmaster%2Fsrc%2FSchema%2FApp.json) for a complete reference of the rule's properties.
### Examples
* [Low Comment Engagement](/examples/history/lowEngagement.json5) - Check if Author is submitting much more than they comment.
* [OP Comment Engagement](/examples/history/opOnlyEngagement.json5) - Check if Author is mostly engaging only in their own content

View File

@@ -0,0 +1,35 @@
{
"checks": [
{
"name": "Low Comment Engagement",
"description": "Check if Author is submitting much more than they comment",
// check will run on a new submission in your subreddit and look at the Author of that submission
"kind": "submission",
"rules": [
{
"name": "lowComm",
"kind": "history",
"criteria": [
{
// look at last 90 days of Author's activities
"window": {
"days": 90
},
// trigger if less than 30% of their activities in this time period are comments
"comment": {
"threshold": "30%",
"condition": "<"
}
},
]
}
],
"actions": [
{
"kind": "report",
"content": "Low engagement: comments were {{rules.lowcomm.commentPercent}} of {{rules.lowcomm.activityTotal}} over {{rules.lowcomm.window}}"
}
]
}
]
}

View File

@@ -0,0 +1,36 @@
{
"checks": [
{
"name": "Engaging Own Content Only",
"description": "Check if Author is mostly engaging in their own content only",
// check will run on a new submission in your subreddit and look at the Author of that submission
"kind": "submission",
"rules": [
{
"name": "opOnly",
"kind": "history",
"criteria": [
{
// look at last 90 days of Author's activities
"window": {
"days": 90
},
// trigger if less than 30% of their activities in this time period are comments
"comment": {
"asOp": true,
"threshold": "60%",
"condition": ">"
}
},
]
}
],
"actions": [
{
"kind": "report",
"content": "Selfish OP: {{rules.oponly.opPercent}} of {{rules.oponly.commentTotal}} comments over {{rules.oponly.window}} are as OP"
}
]
}
]
}

View File

@@ -0,0 +1,10 @@
# Recent Activity
The **Recent Activity** rule can check if an Author has made any Submissions/Comments in a list of defined Subreddits.
Consult the [schema](https://json-schema.app/view/%23%2Fdefinitions%2FRecentActivityRuleJSONConfig?url=https%3A%2F%2Fraw.githubusercontent.com%2FFoxxMD%2Freddit-context-bot%2Fmaster%2Fsrc%2FSchema%2FApp.json) for a complete reference of the rule's properties.
### Examples
* [Free Karma Subreddits](/examples/recentActivity/freeKarma.json5) - Check if the Author has recently posted in any "free karma" subreddits
* [Submission in Free Karma Subreddits](/examples/recentActivity/freeKarmaOnSubmission.json5) - Check if the Author has posted the Submission this check is running on in any "free karma" subreddits recently

View File

@@ -0,0 +1,41 @@
{
"checks": [
{
"name": "Free Karma Alert",
"description": "Check if author has posted in 'freekarma' subreddits",
// check will run on a new submission in your subreddit and look at the Author of that submission
"kind": "submission",
"rules": [
{
"name": "freekarma",
"kind": "recentActivity",
// when `lookAt` is not present this rule will look for submissions and comments
// lookAt: "submissions"
// lookAt: "comments"
"thresholds": [
{
// for all subreddits, if the number of activities (sub/comment) is equal to or greater than 1 then the rule is triggered
"totalCount": 1,
"subreddits": [
"DeFreeKarma",
"FreeKarma4U",
"FreeKarma4You",
"upvote"
]
}
],
// will look at all of the Author's activities in the last 7 days
"window": {
"days": 7
}
}
],
"actions": [
{
"kind": "report",
"content": "{{rules.freekarma.totalCount}} activities in karma {{rules.freekarma.subCount}} subs over {{rules.freekarma.window}}: {{rules.freekarma.subSummary}}"
}
]
}
]
}

View File

@@ -0,0 +1,43 @@
{
"checks": [
{
"name": "Free Karma On Submission Alert",
"description": "Check if author has posted this submission in 'freekarma' subreddits",
// check will run on a new submission in your subreddit and look at the Author of that submission
"kind": "submission",
"rules": [
{
"name": "freekarmasub",
"kind": "recentActivity",
// rule will only look at Author's submissions in these subreddits
"lookAt": "submissions",
// rule will only look at Author's submissions in these subreddits that have the same content (link) as the submission this event was made on
// In simpler terms -- rule will only check to see if the same link the author just posted is also posted in these subreddits
"useSubmissionAsReference":true,
"thresholds": [
{
// for all subreddits, if the number of activities (sub/comment) is equal to or greater than 1 then the rule is triggered
"totalCount": 1,
"subreddits": [
"DeFreeKarma",
"FreeKarma4U",
"FreeKarma4You",
"upvote"
]
}
],
// look at all of the Author's submissions in the last 7 days
"window": {
"days": 7
}
}
],
"actions": [
{
"kind": "report",
"content": "Submission posted {{rules.freekarmasub.totalCount}} times in karma {{rules.freekarmasub.subCount}} subs over {{rules.freekarmasub.window}}: {{rules.freekarmasub.subSummary}}"
}
]
}
]
}

View File

@@ -0,0 +1,8 @@
# Repeat Activity
The **Repeat Activity** rule will check for patterns of repetition in an Author's Submission/Comment history. Consult the [schema](https://json-schema.app/view/%23%2Fdefinitions%2FRepeatActivityJSONConfig?url=https%3A%2F%2Fraw.githubusercontent.com%2FFoxxMD%2Freddit-context-bot%2Fmaster%2Fsrc%2FSchema%2FApp.json) for a complete reference of the rule's properties.
### Examples
* [Crosspost Spamming](/examples/repeatActivity/crosspostSpamming.json5) - Check if an Author is spamming their Submissions across multiple subreddits
* [Burst-posting](/examples/repeatActivity/burstPosting.json5) - Check if Author is crossposting their Submissions in short bursts

View File

@@ -0,0 +1,32 @@
{
"checks": [
{
"name": "Burstpost Spam",
"description": "Check if Author is crossposting in short bursts",
// check will run on a new submission in your subreddit and look at the Author of that submission
"kind": "submission",
"rules": [
{
"name": "burstpost",
"kind": "repeatActivity",
// will only look at Submissions in Author's history that contain the same content (link) as the Submission this check was initiated by
"useSubmissionAsReference": true,
// the number of non-repeat activities (submissions or comments) to ignore between repeat submissions
"gapAllowance": 3,
// if the Author has posted this Submission 6 times, ignoring 3 non-repeat activities between each repeat, then this rule will trigger
"threshold": 6,
// look at all of the Author's submissions in the last 7 days
"window": {
"days": 7
}
}
],
"actions": [
{
"kind": "report",
"content": "Author has burst-posted this link {{rules.burstpost.largestRepeat}} times over {{rules.burstpost.window}}"
}
]
}
]
}

View File

@@ -0,0 +1,30 @@
{
"checks": [
{
"name": "Crosspost Spam",
"description": "Check if Author is spamming Submissions across subreddits",
// check will run on a new submission in your subreddit and look at the Author of that submission
"kind": "submission",
"rules": [
{
"name": "xpostspam",
"kind": "repeatActivity",
// will only look at Submissions in Author's history that contain the same content (link) as the Submission this check was initiated by
"useSubmissionAsReference": true,
// if the Author has posted this Submission 5 times consecutively then this rule will trigger
"threshold": 5,
// look at all of the Author's submissions in the last 7 days
"window": {
"days": 7
}
}
],
"actions": [
{
"kind": "report",
"content": "Author has posted this link {{rules.xpostspam.largestRepeat}} times over {{rules.xpostspam.window}}"
}
]
}
]
}

3
heroku.yml Normal file
View File

@@ -0,0 +1,3 @@
build:
docker:
worker: Dockerfile

271
package-lock.json generated
View File

@@ -8,24 +8,31 @@
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"ajv": "^6.12.6",
"ajv": "^7.2.4",
"commander": "^7.2.0",
"dayjs": "^1.10.5",
"es6-error": "^4.1.1",
"fast-deep-equal": "^3.1.3",
"minimist": "^1.2.5",
"he": "^1.2.0",
"json5": "^2.2.0",
"memory-cache": "^0.2.0",
"mustache": "^4.2.0",
"object-hash": "^2.2.0",
"p-event": "^4.2.0",
"safe-stable-stringify": "^1.1.1",
"snoostorm": "^1.5.2",
"snoowrap": "^1.23.0",
"winston": "FoxxMD/winston#9639da027cd4f3b46b055b0193f240639ef53409",
"winston": "FoxxMD/winston#fbab8de969ecee578981c77846156c7f43b5f01e",
"winston-daily-rotate-file": "^4.5.5"
},
"devDependencies": {
"@tsconfig/node14": "^1.0.0",
"@types/he": "^1.1.1",
"@types/memory-cache": "^0.2.1",
"@types/minimist": "^1.2.1",
"@types/mustache": "^4.1.1",
"@types/node": "^15.6.1",
"@types/object-hash": "^2.1.0",
"ts-auto-guard": "*",
"ts-json-schema-generator": "^0.93.0",
"typescript-json-schema": "^0.50.1"
@@ -58,12 +65,12 @@
}
},
"node_modules/@nodelib/fs.scandir": {
"version": "2.1.4",
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz",
"integrity": "sha512-33g3pMJk3bg5nXbL/+CY6I2eJDzZAni49PfJnL5fghPTggPvBd/pFNSgJsdAgWptuFu7qq/ERvOYFlhvsLTCKA==",
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
"integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
"dev": true,
"dependencies": {
"@nodelib/fs.stat": "2.0.4",
"@nodelib/fs.stat": "2.0.5",
"run-parallel": "^1.1.9"
},
"engines": {
@@ -71,21 +78,21 @@
}
},
"node_modules/@nodelib/fs.stat": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.4.tgz",
"integrity": "sha512-IYlHJA0clt2+Vg7bccq+TzRdJvv19c2INqBSsoOLp1je7xjtr7J26+WXR72MCdvU9q1qTzIWDfhMf+DRvQJK4Q==",
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
"integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
"dev": true,
"engines": {
"node": ">= 8"
}
},
"node_modules/@nodelib/fs.walk": {
"version": "1.2.6",
"resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.6.tgz",
"integrity": "sha512-8Broas6vTtW4GIXTAHDoE32hnN2M5ykgCpWGbuXHQ15vEMqr23pB76e/GZcYsZCHALv50ktd24qhEyKr6wBtow==",
"version": "1.2.7",
"resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.7.tgz",
"integrity": "sha512-BTIhocbPBSrRmHxOAJFtR18oLhxTtAFDAvL8hY1S3iU8k+E60W/YFs4jrixGzQjMpF4qPXxIQHcjVD9dz1C2QA==",
"dev": true,
"dependencies": {
"@nodelib/fs.scandir": "2.1.4",
"@nodelib/fs.scandir": "2.1.5",
"fastq": "^1.6.0"
},
"engines": {
@@ -107,9 +114,9 @@
}
},
"node_modules/@tsconfig/node14": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.0.tgz",
"integrity": "sha512-RKkL8eTdPv6t5EHgFKIVQgsDapugbuOptNd9OOunN/HAkzmmTnZELx1kNCK0rSdUYGmiFMM3rRQMAWiyp023LQ==",
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.1.tgz",
"integrity": "sha512-509r2+yARFfHHE7T6Puu2jjkoycftovhXRqW328PDXTVGKihlb1P8Z9mMZH04ebyajfRY7dedfGynlrFHJUQCg==",
"dev": true
},
"node_modules/@types/command-line-args": {
@@ -124,6 +131,12 @@
"integrity": "sha512-/xUgezxxYePeXhg5S04hUjxG9JZi+rJTs1+4NwpYPfSaS7BeDa6tVJkH6lN9Cb6rl8d24Fi2uX0s0Ngg2JT6gg==",
"dev": true
},
"node_modules/@types/he": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/@types/he/-/he-1.1.1.tgz",
"integrity": "sha512-jpzrsR1ns0n3kyWt92QfOUQhIuJGQ9+QGa7M62rO6toe98woQjnsnzjdMtsQXCdvjjmqjS2ZBCC7xKw0cdzU+Q==",
"dev": true
},
"node_modules/@types/json-schema": {
"version": "7.0.7",
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.7.tgz",
@@ -136,6 +149,12 @@
"integrity": "sha512-bpcvu/MKHHeYX+qeEN8GE7DIravODWdACVA1ctevD8CN24RhPZIKMn9ntfAsrvLfSX3cR5RrBKAbYm9bGs0A+Q==",
"dev": true
},
"node_modules/@types/memory-cache": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/@types/memory-cache/-/memory-cache-0.2.1.tgz",
"integrity": "sha512-6rmz3bMqJNkj0HIN3AMhOfRN+JhnxxTULeBkwgilfnspjABtKG6ig8mbIzkOjtmiRw+WG1B56z+BO6htGz3IBw==",
"dev": true
},
"node_modules/@types/minimatch": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.4.tgz",
@@ -155,9 +174,15 @@
"dev": true
},
"node_modules/@types/node": {
"version": "15.12.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-15.12.0.tgz",
"integrity": "sha512-+aHJvoCsVhO2ZCuT4o5JtcPrCPyDE3+1nvbDprYes+pPkEsbjH7AGUCNtjMOXS0fqH14t+B7yLzaqSz92FPWyw==",
"version": "15.12.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-15.12.2.tgz",
"integrity": "sha512-zjQ69G564OCIWIOHSXyQEEDpdpGl+G348RAKY0XXy9Z5kU9Vzv1GMNnkar/ZJ8dzXB3COzD9Mo9NtRZ4xfgUww==",
"dev": true
},
"node_modules/@types/object-hash": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@types/object-hash/-/object-hash-2.1.0.tgz",
"integrity": "sha512-RW3VRiuQIMo5PJ4Q1IwBtdLHL/t8ACpzUY40norN9ejE6CUBwKetmSxJnITJ0NlzN/ymF1nvPvlpvegtns7yOg==",
"dev": true
},
"node_modules/@types/strip-bom": {
@@ -173,13 +198,13 @@
"dev": true
},
"node_modules/ajv": {
"version": "6.12.6",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
"version": "7.2.4",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-7.2.4.tgz",
"integrity": "sha512-nBeQgg/ZZA3u3SYxyaDvpvDtgZ/EZPF547ARgZBrG9Bhu1vKDwAIjtIf+sDtJUKa2zOcEbmRLBRSyMraS/Oy1A==",
"dependencies": {
"fast-deep-equal": "^3.1.1",
"fast-json-stable-stringify": "^2.0.0",
"json-schema-traverse": "^0.4.1",
"json-schema-traverse": "^1.0.0",
"require-from-string": "^2.0.2",
"uri-js": "^4.2.2"
},
"funding": {
@@ -488,7 +513,6 @@
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
"integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
"dev": true,
"engines": {
"node": ">= 10"
}
@@ -788,6 +812,26 @@
"node": ">=6"
}
},
"node_modules/har-validator/node_modules/ajv": {
"version": "6.12.6",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
"dependencies": {
"fast-deep-equal": "^3.1.1",
"fast-json-stable-stringify": "^2.0.0",
"json-schema-traverse": "^0.4.1",
"uri-js": "^4.2.2"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/epoberezkin"
}
},
"node_modules/har-validator/node_modules/json-schema-traverse": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
},
"node_modules/harmony-reflect": {
"version": "1.6.2",
"resolved": "https://registry.npmjs.org/harmony-reflect/-/harmony-reflect-1.6.2.tgz",
@@ -802,6 +846,14 @@
"node": ">=4"
}
},
"node_modules/he": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
"integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
"bin": {
"he": "bin/he"
}
},
"node_modules/http-signature": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz",
@@ -964,9 +1016,9 @@
"integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM="
},
"node_modules/json-schema-traverse": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
},
"node_modules/json-stable-stringify": {
"version": "1.0.1",
@@ -982,6 +1034,20 @@
"resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
"integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus="
},
"node_modules/json5": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz",
"integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==",
"dependencies": {
"minimist": "^1.2.5"
},
"bin": {
"json5": "lib/cli.js"
},
"engines": {
"node": ">=6"
}
},
"node_modules/jsonify": {
"version": "0.0.0",
"resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz",
@@ -1041,6 +1107,11 @@
"integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==",
"dev": true
},
"node_modules/memory-cache": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/memory-cache/-/memory-cache-0.2.0.tgz",
"integrity": "sha1-eJCwHVLADI68nVM+H46xfjA0hxo="
},
"node_modules/merge2": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
@@ -1391,6 +1462,14 @@
"node": ">=0.10.0"
}
},
"node_modules/require-from-string": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
"integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/reusify": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
@@ -1820,9 +1899,9 @@
}
},
"node_modules/typescript-json-schema/node_modules/@types/node": {
"version": "14.17.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.2.tgz",
"integrity": "sha512-sld7b/xmFum66AAKuz/rp/CUO8+98fMpyQ3SBfzzBNGMd/1iHBTAg9oyAvcYlAj46bpc74r91jSw2iFdnx29nw==",
"version": "14.17.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.3.tgz",
"integrity": "sha512-e6ZowgGJmTuXa3GyaPbTGxX17tnThl2aSSizrFthQ7m9uLGZBXiGhgE55cjRZTF5kjZvYn9EOPOMljdjwbflxw==",
"dev": true
},
"node_modules/typescript-json-schema/node_modules/typescript": {
@@ -1898,8 +1977,8 @@
},
"node_modules/winston": {
"version": "3.3.3",
"resolved": "git+ssh://git@github.com/FoxxMD/winston.git#9639da027cd4f3b46b055b0193f240639ef53409",
"integrity": "sha512-StxHu2puJAl2Ky8mXitI2nQ7lDNT5PPS4cnTj+2FF4orQSKVRIGhulMkRpoAtk9Z40QuhkgNRfCmBGQXa30BZQ==",
"resolved": "git+ssh://git@github.com/FoxxMD/winston.git#fbab8de969ecee578981c77846156c7f43b5f01e",
"integrity": "sha512-OnunfctuocKBmG0uzkBkVYGSW13VYmzglQPwj4ZFOBEtV2e2ECqe65eCaYRYHSvKynGc8T5hiaEWAVR2hVj+Yg==",
"license": "MIT",
"dependencies": {
"@dabh/diagnostics": "^2.0.2",
@@ -2134,28 +2213,28 @@
}
},
"@nodelib/fs.scandir": {
"version": "2.1.4",
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz",
"integrity": "sha512-33g3pMJk3bg5nXbL/+CY6I2eJDzZAni49PfJnL5fghPTggPvBd/pFNSgJsdAgWptuFu7qq/ERvOYFlhvsLTCKA==",
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
"integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
"dev": true,
"requires": {
"@nodelib/fs.stat": "2.0.4",
"@nodelib/fs.stat": "2.0.5",
"run-parallel": "^1.1.9"
}
},
"@nodelib/fs.stat": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.4.tgz",
"integrity": "sha512-IYlHJA0clt2+Vg7bccq+TzRdJvv19c2INqBSsoOLp1je7xjtr7J26+WXR72MCdvU9q1qTzIWDfhMf+DRvQJK4Q==",
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
"integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
"dev": true
},
"@nodelib/fs.walk": {
"version": "1.2.6",
"resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.6.tgz",
"integrity": "sha512-8Broas6vTtW4GIXTAHDoE32hnN2M5ykgCpWGbuXHQ15vEMqr23pB76e/GZcYsZCHALv50ktd24qhEyKr6wBtow==",
"version": "1.2.7",
"resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.7.tgz",
"integrity": "sha512-BTIhocbPBSrRmHxOAJFtR18oLhxTtAFDAvL8hY1S3iU8k+E60W/YFs4jrixGzQjMpF4qPXxIQHcjVD9dz1C2QA==",
"dev": true,
"requires": {
"@nodelib/fs.scandir": "2.1.4",
"@nodelib/fs.scandir": "2.1.5",
"fastq": "^1.6.0"
}
},
@@ -2174,9 +2253,9 @@
}
},
"@tsconfig/node14": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.0.tgz",
"integrity": "sha512-RKkL8eTdPv6t5EHgFKIVQgsDapugbuOptNd9OOunN/HAkzmmTnZELx1kNCK0rSdUYGmiFMM3rRQMAWiyp023LQ==",
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.1.tgz",
"integrity": "sha512-509r2+yARFfHHE7T6Puu2jjkoycftovhXRqW328PDXTVGKihlb1P8Z9mMZH04ebyajfRY7dedfGynlrFHJUQCg==",
"dev": true
},
"@types/command-line-args": {
@@ -2191,6 +2270,12 @@
"integrity": "sha512-/xUgezxxYePeXhg5S04hUjxG9JZi+rJTs1+4NwpYPfSaS7BeDa6tVJkH6lN9Cb6rl8d24Fi2uX0s0Ngg2JT6gg==",
"dev": true
},
"@types/he": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/@types/he/-/he-1.1.1.tgz",
"integrity": "sha512-jpzrsR1ns0n3kyWt92QfOUQhIuJGQ9+QGa7M62rO6toe98woQjnsnzjdMtsQXCdvjjmqjS2ZBCC7xKw0cdzU+Q==",
"dev": true
},
"@types/json-schema": {
"version": "7.0.7",
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.7.tgz",
@@ -2203,6 +2288,12 @@
"integrity": "sha512-bpcvu/MKHHeYX+qeEN8GE7DIravODWdACVA1ctevD8CN24RhPZIKMn9ntfAsrvLfSX3cR5RrBKAbYm9bGs0A+Q==",
"dev": true
},
"@types/memory-cache": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/@types/memory-cache/-/memory-cache-0.2.1.tgz",
"integrity": "sha512-6rmz3bMqJNkj0HIN3AMhOfRN+JhnxxTULeBkwgilfnspjABtKG6ig8mbIzkOjtmiRw+WG1B56z+BO6htGz3IBw==",
"dev": true
},
"@types/minimatch": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.4.tgz",
@@ -2222,9 +2313,15 @@
"dev": true
},
"@types/node": {
"version": "15.12.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-15.12.0.tgz",
"integrity": "sha512-+aHJvoCsVhO2ZCuT4o5JtcPrCPyDE3+1nvbDprYes+pPkEsbjH7AGUCNtjMOXS0fqH14t+B7yLzaqSz92FPWyw==",
"version": "15.12.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-15.12.2.tgz",
"integrity": "sha512-zjQ69G564OCIWIOHSXyQEEDpdpGl+G348RAKY0XXy9Z5kU9Vzv1GMNnkar/ZJ8dzXB3COzD9Mo9NtRZ4xfgUww==",
"dev": true
},
"@types/object-hash": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@types/object-hash/-/object-hash-2.1.0.tgz",
"integrity": "sha512-RW3VRiuQIMo5PJ4Q1IwBtdLHL/t8ACpzUY40norN9ejE6CUBwKetmSxJnITJ0NlzN/ymF1nvPvlpvegtns7yOg==",
"dev": true
},
"@types/strip-bom": {
@@ -2240,13 +2337,13 @@
"dev": true
},
"ajv": {
"version": "6.12.6",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
"version": "7.2.4",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-7.2.4.tgz",
"integrity": "sha512-nBeQgg/ZZA3u3SYxyaDvpvDtgZ/EZPF547ARgZBrG9Bhu1vKDwAIjtIf+sDtJUKa2zOcEbmRLBRSyMraS/Oy1A==",
"requires": {
"fast-deep-equal": "^3.1.1",
"fast-json-stable-stringify": "^2.0.0",
"json-schema-traverse": "^0.4.1",
"json-schema-traverse": "^1.0.0",
"require-from-string": "^2.0.2",
"uri-js": "^4.2.2"
}
},
@@ -2504,8 +2601,7 @@
"commander": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
"integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
"dev": true
"integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw=="
},
"concat-map": {
"version": "0.0.1",
@@ -2745,6 +2841,24 @@
"requires": {
"ajv": "^6.12.3",
"har-schema": "^2.0.0"
},
"dependencies": {
"ajv": {
"version": "6.12.6",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
"requires": {
"fast-deep-equal": "^3.1.1",
"fast-json-stable-stringify": "^2.0.0",
"json-schema-traverse": "^0.4.1",
"uri-js": "^4.2.2"
}
},
"json-schema-traverse": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
}
}
},
"harmony-reflect": {
@@ -2758,6 +2872,11 @@
"integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=",
"dev": true
},
"he": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
"integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw=="
},
"http-signature": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz",
@@ -2886,9 +3005,9 @@
"integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM="
},
"json-schema-traverse": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
},
"json-stable-stringify": {
"version": "1.0.1",
@@ -2904,6 +3023,14 @@
"resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
"integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus="
},
"json5": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz",
"integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==",
"requires": {
"minimist": "^1.2.5"
}
},
"jsonify": {
"version": "0.0.0",
"resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz",
@@ -2960,6 +3087,11 @@
"integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==",
"dev": true
},
"memory-cache": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/memory-cache/-/memory-cache-0.2.0.tgz",
"integrity": "sha1-eJCwHVLADI68nVM+H46xfjA0hxo="
},
"merge2": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
@@ -3204,6 +3336,11 @@
"integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=",
"dev": true
},
"require-from-string": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
"integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw=="
},
"reusify": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
@@ -3519,9 +3656,9 @@
},
"dependencies": {
"@types/node": {
"version": "14.17.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.2.tgz",
"integrity": "sha512-sld7b/xmFum66AAKuz/rp/CUO8+98fMpyQ3SBfzzBNGMd/1iHBTAg9oyAvcYlAj46bpc74r91jSw2iFdnx29nw==",
"version": "14.17.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.3.tgz",
"integrity": "sha512-e6ZowgGJmTuXa3GyaPbTGxX17tnThl2aSSizrFthQ7m9uLGZBXiGhgE55cjRZTF5kjZvYn9EOPOMljdjwbflxw==",
"dev": true
},
"typescript": {
@@ -3578,9 +3715,9 @@
}
},
"winston": {
"version": "git+ssh://git@github.com/FoxxMD/winston.git#9639da027cd4f3b46b055b0193f240639ef53409",
"integrity": "sha512-StxHu2puJAl2Ky8mXitI2nQ7lDNT5PPS4cnTj+2FF4orQSKVRIGhulMkRpoAtk9Z40QuhkgNRfCmBGQXa30BZQ==",
"from": "winston@FoxxMD/winston#9639da027cd4f3b46b055b0193f240639ef53409",
"version": "git+ssh://git@github.com/FoxxMD/winston.git#fbab8de969ecee578981c77846156c7f43b5f01e",
"integrity": "sha512-OnunfctuocKBmG0uzkBkVYGSW13VYmzglQPwj4ZFOBEtV2e2ECqe65eCaYRYHSvKynGc8T5hiaEWAVR2hVj+Yg==",
"from": "winston@FoxxMD/winston#fbab8de969ecee578981c77846156c7f43b5f01e",
"requires": {
"@dabh/diagnostics": "^2.0.2",
"async": "^3.1.0",

View File

@@ -9,11 +9,13 @@
"start": "node server.js",
"guard": "ts-auto-guard src/JsonConfig.ts",
"schema": "npm run -s schema-app & npm run -s schema-ruleset & npm run -s schema-rule & npm run -s schema-action",
"schema-app": "typescript-json-schema tsconfig.json JSONConfig --out src/Schema/App.json --required --tsNodeRegister --refs --propOrder",
"schema-ruleset": "typescript-json-schema tsconfig.json RuleSetJSONConfig --out src/Schema/RuleSet.json --required --tsNodeRegister --refs --propOrder",
"schema-rule": "typescript-json-schema tsconfig.json RuleJSONConfig --out src/Schema/Rule.json --required --tsNodeRegister --refs --propOrder",
"schema-action": "typescript-json-schema tsconfig.json ActionJSONConfig --out src/Schema/Action.json --required --tsNodeRegister --refs --propOrder",
"schemaNotWorking": "./node_modules/.bin/ts-json-schema-generator -f tsconfig.json -p src/JsonConfig.ts -t JSONConfig --out src/Schema/vegaSchema.json"
"schema-app": "typescript-json-schema tsconfig.json JSONConfig --out src/Schema/App.json --required --tsNodeRegister --refs",
"schema-ruleset": "typescript-json-schema tsconfig.json RuleSetJson --out src/Schema/RuleSet.json --required --tsNodeRegister --refs",
"schema-rule": "typescript-json-schema tsconfig.json RuleJson --out src/Schema/Rule.json --required --tsNodeRegister --refs",
"schema-action": "typescript-json-schema tsconfig.json ActionJson --out src/Schema/Action.json --required --tsNodeRegister --refs",
"schemaNotWorking": "./node_modules/.bin/ts-json-schema-generator -f tsconfig.json -p src/JsonConfig.ts -t JSONConfig --out src/Schema/vegaSchema.json",
"circular": "madge --circular --extensions ts src/index.ts",
"circular-graph": "madge --image graph.svg --circular --extensions ts src/index.ts"
},
"engines": {
"node": ">=15"
@@ -22,24 +24,31 @@
"author": "",
"license": "ISC",
"dependencies": {
"ajv": "^6.12.6",
"ajv": "^7.2.4",
"commander": "^7.2.0",
"dayjs": "^1.10.5",
"es6-error": "^4.1.1",
"fast-deep-equal": "^3.1.3",
"minimist": "^1.2.5",
"he": "^1.2.0",
"json5": "^2.2.0",
"memory-cache": "^0.2.0",
"mustache": "^4.2.0",
"object-hash": "^2.2.0",
"p-event": "^4.2.0",
"safe-stable-stringify": "^1.1.1",
"snoostorm": "^1.5.2",
"snoowrap": "^1.23.0",
"winston": "FoxxMD/winston#9639da027cd4f3b46b055b0193f240639ef53409",
"winston": "FoxxMD/winston#fbab8de969ecee578981c77846156c7f43b5f01e",
"winston-daily-rotate-file": "^4.5.5"
},
"devDependencies": {
"@tsconfig/node14": "^1.0.0",
"@types/he": "^1.1.1",
"@types/memory-cache": "^0.2.1",
"@types/minimist": "^1.2.1",
"@types/mustache": "^4.1.1",
"@types/node": "^15.6.1",
"@types/object-hash": "^2.1.0",
"ts-auto-guard": "*",
"ts-json-schema-generator": "^0.93.0",
"typescript-json-schema": "^0.50.1"

View File

@@ -1,23 +1,24 @@
import {CommentAction, CommentActionJSONConfig} from "./CommentAction";
import {CommentAction, CommentActionJson} from "./CommentAction";
import LockAction from "./LockAction";
import {RemoveAction} from "./RemoveAction";
import {ReportAction, ReportActionJSONConfig} from "./ReportAction";
import {FlairAction, FlairActionJSONConfig} from "./SubmissionAction/FlairAction";
import Action, {ActionJSONConfig} from "./index";
import {ReportAction, ReportActionJson} from "./ReportAction";
import {FlairAction, FlairActionJson} from "./SubmissionAction/FlairAction";
import Action, {ActionJson} from "./index";
import {Logger} from "winston";
export function actionFactory
(config: ActionJSONConfig): Action {
(config: ActionJson, logger: Logger, subredditName: string): Action {
switch (config.kind) {
case 'comment':
return new CommentAction(config as CommentActionJSONConfig);
return new CommentAction({...config as CommentActionJson, logger, subredditName});
case 'lock':
return new LockAction();
return new LockAction({...config, logger, subredditName});
case 'remove':
return new RemoveAction();
return new RemoveAction({...config, logger, subredditName});
case 'report':
return new ReportAction(config as ReportActionJSONConfig);
return new ReportAction({...config as ReportActionJson, logger, subredditName});
case 'flair':
return new FlairAction(config as FlairActionJSONConfig);
return new FlairAction({...config as FlairActionJson, logger, subredditName});
default:
throw new Error('rule "kind" was not recognized.');
}

View File

@@ -1,22 +1,15 @@
import Action, {ActionJSONConfig, ActionConfig, ActionOptions} from "./index";
import Snoowrap, {Comment} from "snoowrap";
import Action, {ActionJson, ActionOptions} from "./index";
import {Comment} from "snoowrap";
import Submission from "snoowrap/dist/objects/Submission";
import dayjs, {Dayjs} from "dayjs";
import {renderContent} from "../Utils/SnoowrapUtils";
import {RichContent} from "../Common/interfaces";
import {RuleResult} from "../Rule";
export const WIKI_DESCRIM = 'wiki:';
export class CommentAction extends Action {
content: string;
hasWiki: boolean;
wiki?: string;
wikiFetched?: Dayjs;
lock: boolean = false;
sticky: boolean = false;
distinguish: boolean = false;
name?: string = 'Comment';
constructor(options: CommentActionOptions) {
super(options);
@@ -26,34 +19,33 @@ export class CommentAction extends Action {
sticky = false,
distinguish = false,
} = options;
this.hasWiki = content.trim().substring(0, WIKI_DESCRIM.length) === WIKI_DESCRIM;
this.content = content;
if (this.hasWiki) {
this.wiki = this.content.trim().substring(WIKI_DESCRIM.length);
}
this.lock = lock;
this.sticky = sticky;
this.distinguish = distinguish;
}
async handle(item: Comment | Submission, ruleResults: RuleResult[]): Promise<void> {
if (this.hasWiki && (this.wikiFetched === undefined || Math.abs(dayjs().diff(this.wikiFetched, 'minute')) > 5)) {
try {
const wiki = item.subreddit.getWikiPage(this.wiki as string);
this.content = await wiki.content_md;
this.wikiFetched = dayjs();
} catch (err) {
this.logger.error(err);
throw new Error(`Could not read wiki page. Please ensure the page '${this.wiki}' exists and is readable`);
getKind() {
return 'Comment';
}
async process(item: Comment | Submission, ruleResults: RuleResult[]): Promise<void> {
const content = await this.cache.getContent(this.content, item.subreddit);
const renderedContent = await renderContent(content, item, ruleResults);
this.logger.verbose(`Contents:\r\n${renderedContent}`);
// @ts-ignore
const reply: Comment = await item.reply(renderedContent);
if (this.lock) {
if(item instanceof Submission) {
if(!this.dryRun) {
// @ts-ignore
await item.lock();
}
} else {
this.logger.warn('Snoowrap does not support locking Comments');
}
}
// @ts-ignore
const reply: Comment = await item.reply(renderContent(this.content, item, ruleResults));
if (this.lock && item instanceof Submission) {
// @ts-ignore
await item.lock();
}
if (this.distinguish) {
if (this.distinguish && !this.dryRun) {
// @ts-ignore
await reply.distinguish({sticky: this.sticky});
}
@@ -81,6 +73,6 @@ export interface CommentActionOptions extends CommentActionConfig,ActionOptions
/**
* Reply to the Activity. For a submission the reply will be a top-level comment.
* */
export interface CommentActionJSONConfig extends CommentActionConfig, ActionJSONConfig {
export interface CommentActionJson extends CommentActionConfig, ActionJson {
}

View File

@@ -1,14 +1,21 @@
import {ActionJSONConfig, ActionConfig} from "./index";
import {ActionJson, ActionConfig} from "./index";
import Action from "./index";
import Snoowrap, {Comment, Submission} from "snoowrap";
import {RuleResult} from "../Rule";
export class LockAction extends Action {
name?: string = 'Lock';
async handle(item: Comment|Submission, ruleResults: RuleResult[]): Promise<void> {
getKind() {
return 'Lock';
}
async process(item: Comment|Submission, ruleResults: RuleResult[]): Promise<void> {
if (item instanceof Submission) {
// @ts-ignore
await item.lock();
if(!this.dryRun) {
// @ts-ignore
await item.lock();
}
} else {
this.logger.warn('Snoowrap does not support locking Comments');
}
}
}
@@ -20,7 +27,7 @@ export interface LockActionConfig extends ActionConfig {
/**
* Lock the Activity
* */
export interface LockActionJSONConfig extends LockActionConfig, ActionJSONConfig {
export interface LockActionJson extends LockActionConfig, ActionJson {
}

View File

@@ -1,13 +1,18 @@
import {ActionJSONConfig, ActionConfig} from "./index";
import {ActionJson, ActionConfig} from "./index";
import Action from "./index";
import Snoowrap, {Comment, Submission} from "snoowrap";
import {RuleResult} from "../Rule";
export class RemoveAction extends Action {
name?: string = 'Remove';
async handle(item: Comment|Submission, ruleResults: RuleResult[]): Promise<void> {
// @ts-ignore
await item.remove();
getKind() {
return 'Remove';
}
async process(item: Comment|Submission, ruleResults: RuleResult[]): Promise<void> {
if(!this.dryRun) {
// @ts-ignore
await item.remove();
}
}
}
@@ -18,6 +23,6 @@ export interface RemoveActionConfig extends ActionConfig {
/**
* Remove the Activity
* */
export interface RemoveActionJSONConfig extends RemoveActionConfig, ActionJSONConfig {
export interface RemoveActionJson extends RemoveActionConfig, ActionJson {
}

View File

@@ -1,4 +1,4 @@
import {ActionJSONConfig, ActionConfig, ActionOptions} from "./index";
import {ActionJson, ActionConfig, ActionOptions} from "./index";
import Action from "./index";
import Snoowrap, {Comment, Submission} from "snoowrap";
import {truncateStringToLength} from "../util";
@@ -8,21 +8,29 @@ import {RuleResult} from "../Rule";
// https://www.reddit.com/dev/api/oauth#POST_api_report
// denotes 100 characters maximum
const reportTrunc = truncateStringToLength(100);
// actually only applies to VISIBLE text on OLD reddit... on old reddit rest of text is visible on hover. on new reddit the whole thing displays (up to at least 400 characters)
export class ReportAction extends Action {
content: string;
name?: string = 'Report';
constructor(options: ReportActionOptions) {
super(options);
this.content = options.content || '';
}
async handle(item: Comment | Submission, ruleResults: RuleResult[]): Promise<void> {
const renderedContent = await renderContent(this.content, item, ruleResults);
getKind() {
return 'Report';
}
async process(item: Comment | Submission, ruleResults: RuleResult[]): Promise<void> {
const content = await this.cache.getContent(this.content, item.subreddit);
const renderedContent = await renderContent(content, item, ruleResults);
this.logger.verbose(`Contents:\r\n${renderedContent}`);
const truncatedContent = reportTrunc(renderedContent);
// @ts-ignore
await item.report({reason: truncatedContent});
if(!this.dryRun) {
// @ts-ignore
await item.report({reason: truncatedContent});
}
}
}
@@ -39,6 +47,6 @@ export interface ReportActionOptions extends ReportActionConfig, ActionOptions {
/**
* Report the Activity
* */
export interface ReportActionJSONConfig extends ReportActionConfig, ActionJSONConfig {
export interface ReportActionJson extends ReportActionConfig, ActionJson {
}

View File

@@ -1,12 +1,11 @@
import {SubmissionActionConfig} from "./index";
import Action, {ActionJSONConfig} from "../index";
import Action, {ActionJson, ActionOptions} from "../index";
import Snoowrap, {Comment, Submission} from "snoowrap";
import {RuleResult} from "../../Rule";
export class FlairAction extends Action {
text: string;
css: string;
name?: string = 'Flair';
constructor(options: FlairActionOptions) {
super(options);
@@ -17,10 +16,18 @@ export class FlairAction extends Action {
this.css = options.css || '';
}
async handle(item: Comment | Submission, ruleResults: RuleResult[]): Promise<void> {
getKind() {
return 'Flair';
}
async process(item: Comment | Submission, ruleResults: RuleResult[]): Promise<void> {
if (item instanceof Submission) {
// @ts-ignore
await item.assignFlair({text: this.text, cssClass: this.css})
if(!this.dryRun) {
// @ts-ignore
await item.assignFlair({text: this.text, cssClass: this.css})
}
} else {
this.logger.warn('Cannot flair Comment');
}
}
}
@@ -29,7 +36,7 @@ export class FlairAction extends Action {
* @minProperties 1
* @additionalProperties false
* */
export interface FlairActionOptions extends SubmissionActionConfig {
export interface FlairActionConfig extends SubmissionActionConfig {
/**
* The text of the flair to apply
* */
@@ -40,9 +47,13 @@ export interface FlairActionOptions extends SubmissionActionConfig {
css?: string,
}
export interface FlairActionOptions extends FlairActionConfig,ActionOptions {
}
/**
* Flair the Submission
* */
export interface FlairActionJSONConfig extends FlairActionOptions, ActionJSONConfig {
export interface FlairActionJson extends FlairActionConfig, ActionJson {
}

View File

@@ -1,36 +1,42 @@
import Snoowrap, {Comment, Submission} from "snoowrap";
import {Comment, Submission} from "snoowrap";
import {Logger} from "winston";
import {createLabelledLogger, loggerMetaShuffle} from "../util";
import {RuleResult} from "../Rule";
import CacheManager, {SubredditCache} from "../Subreddit/SubredditCache";
export abstract class Action {
name?: string;
logger: Logger;
cache: SubredditCache;
dryRun: boolean;
constructor(options: ActionOptions = {}) {
constructor(options: ActionOptions) {
const {
name,
loggerPrefix = '',
name = this.getKind(),
logger,
subredditName,
dryRun = false,
} = options;
if (name !== undefined) {
this.name = name;
}
if (logger === undefined) {
const prefix = `${loggerPrefix}|${this.name}`;
this.logger = createLabelledLogger(prefix, prefix);
} else {
this.logger = logger.child(loggerMetaShuffle(logger, name || 'Action', undefined, {truncateLength: 100}));
}
this.name = name;
this.dryRun = dryRun;
this.cache = CacheManager.get(subredditName);
const uniqueName = this.name === this.getKind() ? this.getKind() : `${this.getKind()} - ${this.name}`;
this.logger = logger.child({labels: ['Action', uniqueName]});
}
abstract handle(item: Comment | Submission, ruleResults: RuleResult[]): Promise<void>;
abstract getKind(): string;
async handle(item: Comment | Submission, ruleResults: RuleResult[]): Promise<void> {
await this.process(item, ruleResults);
this.logger.debug(`${this.dryRun ? 'DRYRUN - ' : ''}Done`);
}
abstract process(item: Comment | Submission, ruleResults: RuleResult[]): Promise<void>;
}
export interface ActionOptions {
name?: string;
logger?: Logger,
loggerPrefix?: string,
export interface ActionOptions extends ActionConfig {
logger: Logger;
subredditName: string;
}
export interface ActionConfig {
@@ -42,15 +48,24 @@ export interface ActionConfig {
* @pattern ^[a-zA-Z]([\w -]*[\w])?$
* */
name?: string;
/**
* If `true` the Action will not make the API request to Reddit to perform its action.
*
* @default false
* */
dryRun?: boolean;
}
/** @see {isActionConfig} ts-auto-guard:type-guard */
export interface ActionJSONConfig extends ActionConfig {
export interface ActionJson extends ActionConfig {
/**
* The type of action that will be performed
*/
kind: 'comment' | 'lock' | 'remove' | 'report' | 'flair'
}
export const isActionJson = (obj: object): obj is ActionJson => {
return (obj as ActionJson).kind !== undefined;
}
export default Action;

225
src/App.ts Normal file
View File

@@ -0,0 +1,225 @@
import Snoowrap from "snoowrap";
import {Manager} from "./Subreddit/Manager";
import winston, {Logger} from "winston";
import {argParseInt, labelledFormat, parseBool, sleep} from "./util";
import snoowrap from "snoowrap";
import pEvent from "p-event";
import JSON5 from 'json5';
import EventEmitter from "events";
import CacheManager from './Subreddit/SubredditCache';
import dayjs from "dayjs";
const {transports} = winston;
const snooLogWrapper = (logger: Logger) => {
return {
warn: (...args: any[]) => logger.warn(args.slice(0, 2).join(' '), [args.slice(2)]),
debug: (...args: any[]) => logger.debug(args.slice(0, 2).join(' '), [args.slice(2)]),
}
}
export class App {
client: Snoowrap;
subreddits: string[];
subManagers: Manager[] = [];
logger: Logger;
wikiLocation: string;
dryRun?: true | undefined;
heartbeatInterval: number;
apiLimitWarning: number;
constructor(options: any = {}) {
const {
subreddits = [],
clientId,
clientSecret,
accessToken,
refreshToken,
logDir = process.env.LOG_DIR || `${process.cwd()}/logs`,
logLevel = process.env.LOG_LEVEL || 'info',
wikiConfig = process.env.WIKI_CONFIG || 'botconfig/contextbot',
snooDebug = process.env.SNOO_DEBUG || false,
dryRun = process.env.DRYRUN || false,
heartbeat = process.env.HEARTBEAT || 300,
apiLimitWarning = process.env.API_REMAINING || 250,
version,
authorTTL = process.env.AUTHOR_TTL || 10000,
disableCache = process.env.DISABLE_CACHE || false,
} = options;
CacheManager.authorTTL = argParseInt(authorTTL);
CacheManager.enabled = !parseBool(disableCache);
this.dryRun = parseBool(dryRun) === true ? true : undefined;
this.heartbeatInterval = argParseInt(heartbeat);
this.apiLimitWarning = argParseInt(apiLimitWarning);
this.wikiLocation = wikiConfig;
const consoleTransport = new transports.Console();
const myTransports = [
consoleTransport,
];
if (logDir !== false) {
let logPath = logDir;
if (logPath === true) {
logPath = `${process.cwd()}/logs`;
}
const rotateTransport = new winston.transports.DailyRotateFile({
dirname: logPath,
createSymlink: true,
symlinkName: 'contextBot-current.log',
filename: 'contextBot-%DATE%.log',
datePattern: 'YYYY-MM-DD',
maxSize: '5m'
});
// @ts-ignore
myTransports.push(rotateTransport);
}
const loggerOptions = {
level: logLevel || 'info',
format: labelledFormat(),
transports: myTransports,
levels: {
error: 0,
warn: 1,
info: 2,
http: 3,
verbose: 4,
debug: 5,
trace: 5,
silly: 6
}
};
winston.loggers.add('default', loggerOptions);
this.logger = winston.loggers.get('default');
if (this.dryRun) {
this.logger.info('Running in DRYRUN mode');
}
let subredditsArg = [];
if (subreddits !== undefined) {
if (Array.isArray(subreddits)) {
subredditsArg = subreddits;
} else {
subredditsArg = subreddits.split(',');
}
}
this.subreddits = subredditsArg;
const creds = {
userAgent: `web:contextBot:${version}`,
clientId,
clientSecret,
refreshToken,
accessToken,
};
let shouldDebug = parseBool(snooDebug);
let snooLogger;
if (shouldDebug) {
const clogger = this.logger.child({labels: ['Snoowrap']});
snooLogger = snooLogWrapper(clogger);
}
this.client = new snoowrap(creds);
this.client.config({
warnings: true,
maxRetryAttempts: 5,
debug: shouldDebug,
// @ts-ignore
logger: snooLogger,
continueAfterRatelimitError: true,
});
}
async buildManagers(subreddits: string[] = []) {
let availSubs = [];
const name = await this.client.getMe().name;
this.logger.info(`Reddit API Limit Remaining: ${this.client.ratelimitRemaining}`);
this.logger.info(`Authenticated Account: /u/${name}`);
for (const sub of await this.client.getModeratedSubreddits()) {
// TODO don't know a way to check permissions yet
availSubs.push(sub);
}
this.logger.info(`/u/${name} is a moderator of these subreddits: ${availSubs.map(x => x.display_name_prefixed).join(', ')}`);
let subsToRun = [];
const subsToUse = subreddits.length > 0 ? subreddits : this.subreddits;
if (subsToUse.length > 0) {
this.logger.info(`User-defined subreddit constraints detected (CLI argument or environmental variable), will try to run on: ${subsToUse.join(', ')}`);
for (const sub of subsToUse) {
const asub = availSubs.find(x => x.display_name.toLowerCase() === sub.trim().toLowerCase())
if (asub === undefined) {
this.logger.warn(`Will not run on ${sub} because is not modded by, or does not have appropriate permissions to mod with, for this client.`);
} else {
// @ts-ignore
const fetchedSub = await asub.fetch();
subsToRun.push(fetchedSub);
}
}
} else {
// otherwise assume all moddable subs from client should be run on
this.logger.info('No user-defined subreddit constraints detected, will try to run on all');
subsToRun = availSubs;
}
let subSchedule: Manager[] = [];
// get configs for subs we want to run on and build/validate them
for (const sub of subsToRun) {
let content = undefined;
let json = undefined;
try {
const wiki = sub.getWikiPage(this.wikiLocation);
content = await wiki.content_md;
} catch (err) {
this.logger.error(`[${sub.display_name_prefixed}] Could not read wiki configuration. Please ensure the page https://reddit.com${sub.url}wiki/${this.wikiLocation} exists and is readable -- error: ${err.message}`);
continue;
}
try {
json = JSON5.parse(content);
} catch (err) {
this.logger.error(`[${sub.display_name_prefixed}] Wiki page contents was not valid -- error: ${err.message}`);
continue;
}
try {
subSchedule.push(new Manager(sub, this.client, this.logger, json, {dryRun: this.dryRun}));
} catch (err) {
this.logger.error(`[${sub.display_name_prefixed}] Config was not valid`, undefined, err);
}
}
this.subManagers = subSchedule;
}
async heartbeat() {
while (true) {
await sleep(this.heartbeatInterval * 1000);
const heartbeat = `HEARTBEAT -- Reddit API Rate Limit remaining: ${this.client.ratelimitRemaining}`
if (this.apiLimitWarning >= this.client.ratelimitRemaining) {
this.logger.warn(heartbeat);
} else {
this.logger.info(heartbeat);
}
}
}
async runManagers() {
for (const manager of this.subManagers) {
manager.handle();
}
if (this.heartbeatInterval !== 0) {
this.heartbeat();
}
const emitter = new EventEmitter();
await pEvent(emitter, 'end');
}
}

View File

@@ -1,26 +1,17 @@
import {RuleSet, IRuleSet, RuleSetJSONConfig} from "../Rule/RuleSet";
import {IRule, Triggerable, Rule, RuleJSONConfig, RuleResult} from "../Rule";
import Action, {ActionConfig, ActionJSONConfig} from "../Action";
import {RuleSet, IRuleSet, RuleSetJson, RuleSetObjectJson} from "../Rule/RuleSet";
import {IRule,Rule, RuleJSONConfig, RuleResult} from "../Rule";
import Action, {ActionConfig, ActionJson} from "../Action";
import {Logger} from "winston";
import Snoowrap, {Comment, Submission} from "snoowrap";
import {RecentActivityRuleJSONConfig} from "../Rule/RecentActivityRule";
import {RepeatSubmissionJSONConfig} from "../Rule/SubmissionRule/RepeatSubmissionRule";
import {FlairActionJSONConfig} from "../Action/SubmissionAction/FlairAction";
import {CommentActionJSONConfig} from "../Action/CommentAction";
import {Comment, Submission} from "snoowrap";
import {actionFactory} from "../Action/ActionFactory";
import {ruleFactory} from "../Rule/RuleFactory";
import {createLabelledLogger, determineNewResults, loggerMetaShuffle, mergeArr} from "../util";
import {AuthorRuleJSONConfig} from "../Rule/AuthorRule";
import {ReportActionJSONConfig} from "../Action/ReportAction";
import {LockActionJSONConfig} from "../Action/LockAction";
import {RemoveActionJSONConfig} from "../Action/RemoveAction";
import {createAjvFactory, mergeArr, ruleNamesFromResults} from "../util";
import {JoinCondition, JoinOperands} from "../Common/interfaces";
import * as RuleSchema from '../Schema/Rule.json';
import * as RuleSetSchema from '../Schema/RuleSet.json';
import * as ActionSchema from '../Schema/Action.json';
import Ajv from 'ajv';
const ajv = new Ajv();
import {ActionObjectJson, RuleJson, RuleObjectJson, ActionJson as ActionTypeJson} from "../Common/types";
export class Check implements ICheck {
actions: Action[] = [];
@@ -29,6 +20,7 @@ export class Check implements ICheck {
condition: JoinOperands;
rules: Array<RuleSet | Rule> = [];
logger: Logger;
dryRun?: boolean;
constructor(options: CheckOptions) {
const {
@@ -37,18 +29,18 @@ export class Check implements ICheck {
condition = 'AND',
rules = [],
actions = [],
subredditName,
dryRun,
} = options;
if (options.logger !== undefined) {
// @ts-ignore
this.logger = options.logger.child(loggerMetaShuffle(options.logger, undefined, [`CHK ${name}`]), mergeArr);
} else {
this.logger = createLabelledLogger('Check');
}
this.logger = options.logger.child({labels: [`Check ${name}`]}, mergeArr);
const ajv = createAjvFactory(this.logger);
this.name = name;
this.description = description;
this.condition = condition;
this.dryRun = dryRun;
for (const r of rules) {
if (r instanceof Rule || r instanceof RuleSet) {
this.rules.push(r);
@@ -57,16 +49,13 @@ export class Check implements ICheck {
let setErrors: any = [];
let ruleErrors: any = [];
if (valid) {
// @ts-ignore
r.logger = this.logger;
this.rules.push(new RuleSet(r as RuleSetJSONConfig));
const ruleConfig = r as RuleSetObjectJson;
this.rules.push(new RuleSet({...ruleConfig, logger: this.logger, subredditName}));
} else {
setErrors = ajv.errors;
valid = ajv.validate(RuleSchema, r);
if (valid) {
// @ts-ignore
r.logger = this.logger;
this.rules.push(ruleFactory(r as RuleJSONConfig));
this.rules.push(ruleFactory(r as RuleJSONConfig, this.logger, subredditName));
} else {
ruleErrors = ajv.errors;
const leastErrorType = setErrors.length < ruleErrors ? 'RuleSet' : 'Rule';
@@ -86,7 +75,8 @@ export class Check implements ICheck {
} else {
let valid = ajv.validate(ActionSchema, a);
if (valid) {
this.actions.push(actionFactory(a as ActionJSONConfig));
const aj = a as ActionJson;
this.actions.push(actionFactory({...aj, dryRun: this.dryRun || aj.dryRun}, this.logger, subredditName));
// @ts-ignore
a.logger = this.logger;
} else {
@@ -99,13 +89,11 @@ export class Check implements ICheck {
}
async run(item: Submission | Comment, existingResults: RuleResult[] = []): Promise<[boolean, RuleResult[]]> {
this.logger.debug('Starting check');
let allResults: RuleResult[] = [];
let runOne = false;
for (const r of this.rules) {
const combinedResults = [...existingResults, ...allResults];
const [passed, results] = await r.run(item, combinedResults);
//allResults = allResults.concat(determineNewResults(combinedResults, results));
allResults = allResults.concat(results);
if (passed === null) {
continue;
@@ -113,22 +101,28 @@ export class Check implements ICheck {
runOne = true;
if (passed) {
if (this.condition === 'OR') {
this.logger.info(`✔️ => Rules (OR): ${ruleNamesFromResults(allResults)}`);
return [true, allResults];
}
} else if (this.condition === 'AND') {
this.logger.info(`❌ => Rules (AND): ${ruleNamesFromResults(allResults)}`);
return [false, allResults];
}
}
if (!runOne) {
this.logger.info('❌ => All Rules skipped because of Author checks');
return [false, allResults];
}
this.logger.info(`✔️ => Rules (AND) : ${ruleNamesFromResults(allResults)}`);
return [true, allResults];
}
async runActions(item: Submission | Comment, ruleResults: RuleResult[]): Promise<void> {
this.logger.debug(`${this.dryRun ? 'DRYRUN - ' : ''}Running Actions`);
for (const a of this.actions) {
await a.handle(item, ruleResults);
}
this.logger.info(`${this.dryRun ? 'DRYRUN - ' : ''}Ran Actions`);
}
}
@@ -142,31 +136,45 @@ export interface ICheck extends JoinCondition {
* */
name: string,
description?: string,
/**
* Use this option to override the `dryRun` setting for all of its `Actions`
*
* @default undefined
* */
dryRun?: boolean;
}
export interface CheckOptions extends ICheck {
rules: Array<IRuleSet | IRule>
actions: ActionConfig[]
logger?: Logger
logger: Logger
subredditName: string
}
/**
* An object consisting of Rules (tests) and Actions to perform if Rules are triggered
* @see {isCheckConfig} ts-auto-guard:type-guard
* */
export interface CheckJSONConfig extends ICheck {
export interface CheckJson extends ICheck {
/**
* The type of event (new submission or new comment) this check should be run against
*/
kind: 'submission' | 'comment'
/**
* Rules are run in the order found in configuration. Can be Rules or RuleSets
* A list of Rules to run. If `Rule` objects are triggered based on `condition` then `Actions` will be performed.
*
* Can be `Rule`, `RuleSet`, or the `name` of any **named** `Rule` in your subreddit's configuration
* @minItems 1
* */
rules: Array<RuleSetJSONConfig | RecentActivityRuleJSONConfig | RepeatSubmissionJSONConfig | AuthorRuleJSONConfig>
rules: Array<RuleSetJson | RuleJson>
/**
* The actions to run after the check is successfully triggered. ALL actions will run in the order they are listed
* The `Actions` to run after the check is successfully triggered. ALL `Actions` will run in the order they are listed
*
* Can be `Action` or the `name` of any **named** `Action` in your subreddit's configuration
*
* @minItems 1
* */
actions: Array<FlairActionJSONConfig | CommentActionJSONConfig | ReportActionJSONConfig | LockActionJSONConfig | RemoveActionJSONConfig>
actions: Array<ActionTypeJson>
}
export interface CheckStructuredJson extends CheckJson {
rules: Array<RuleSetObjectJson | RuleObjectJson>
actions: Array<ActionObjectJson>
}

View File

@@ -122,11 +122,11 @@ export type JoinOperands = 'OR' | 'AND';
export interface JoinCondition {
/**
* Under what condition should a set of rules be considered "successful"?
* Under what condition should a set of run `Rule` objects be considered "successful"?
*
* If "OR" then ANY triggered rule results in success.
* If `OR` then **any** triggered `Rule` object results in success.
*
* If "AND" then ALL rules must be triggered to result in success.
* If `AND` then **all** `Rule` objects must be triggered to result in success.
*
* @default "AND"
* */
@@ -170,3 +170,38 @@ export interface PollingOptions {
interval?: number,
}
}
export interface SubredditCacheConfig {
/**
* Amount of time, in milliseconds, author activities (Comments/Submission) should be cached
* */
authorTTL?: number;
wikiTTL?: number;
}
export interface ManagerOptions {
polling?: PollingOptions
caching?: false | SubredditCacheConfig
/**
* Use this option to override the `dryRun` setting for all `Checks`
*
* @default undefined
* */
dryRun?: boolean;
}
export interface ThresholdCriteria {
/**
* The number or percentage to trigger this criteria at
*
* * If `threshold` is a `number` then it is the absolute number of items to trigger at
* * If `threshold` is a `string` with percentage (EX `40%`) then it is the percentage of the total this item must reach to trigger
*
* @default 10%
* */
threshold: number | string
condition: '>' | '>=' | '<' | '<='
}

16
src/Common/types.ts Normal file
View File

@@ -0,0 +1,16 @@
import {RecentActivityRuleJSONConfig} from "../Rule/RecentActivityRule";
import {RepeatActivityJSONConfig} from "../Rule/SubmissionRule/RepeatActivityRule";
import {AuthorRuleJSONConfig} from "../Rule/AuthorRule";
import {AttributionJSONConfig} from "../Rule/SubmissionRule/AttributionRule";
import {FlairActionJson} from "../Action/SubmissionAction/FlairAction";
import {CommentActionJson} from "../Action/CommentAction";
import {ReportActionJson} from "../Action/ReportAction";
import {LockActionJson} from "../Action/LockAction";
import {RemoveActionJson} from "../Action/RemoveAction";
import {HistoryJSONConfig} from "../Rule/HistoryRule";
export type RuleJson = RecentActivityRuleJSONConfig | RepeatActivityJSONConfig | AuthorRuleJSONConfig | AttributionJSONConfig | HistoryJSONConfig | string;
export type RuleObjectJson = Exclude<RuleJson, string>
export type ActionJson = FlairActionJson | CommentActionJson | ReportActionJson | LockActionJson | RemoveActionJson | string;
export type ActionObjectJson = Exclude<ActionJson, string>;

View File

@@ -1,5 +1,5 @@
import {Logger} from "winston";
import {createLabelledLogger, loggerMetaShuffle, mergeArr} from "./util";
import {createAjvFactory, mergeArr, normalizeName} from "./util";
import {CommentCheck} from "./Check/CommentCheck";
import {SubmissionCheck} from "./Check/SubmissionCheck";
@@ -7,48 +7,164 @@ import Ajv from 'ajv';
import * as schema from './Schema/App.json';
import {JSONConfig} from "./JsonConfig";
import LoggedError from "./Utils/LoggedError";
import {ManagerOptions} from "./Subreddit/Manager";
const ajv = new Ajv();
import {CheckStructuredJson} from "./Check";
import {ManagerOptions} from "./Common/interfaces";
import {isRuleSetJSON, RuleSetJson, RuleSetObjectJson} from "./Rule/RuleSet";
import deepEqual from "fast-deep-equal";
import {ActionJson, ActionObjectJson, RuleJson, RuleObjectJson} from "./Common/types";
import {isActionJson} from "./Action";
export interface ConfigBuilderOptions {
logger?: Logger,
logger: Logger,
}
export class ConfigBuilder {
configLogger: Logger;
logger: Logger;
constructor(options: ConfigBuilderOptions) {
if (options.logger !== undefined) {
this.logger = options.logger.child(loggerMetaShuffle(options.logger, 'Config'), mergeArr);
} else {
this.logger = createLabelledLogger(`Config`, `Config`);
}
this.configLogger = options.logger.child({leaf: 'Config'}, mergeArr);
this.logger = options.logger;
}
buildFromJson(config: object): [Array<SubmissionCheck>,Array<CommentCheck>,ManagerOptions] {
const commentChecks: Array<CommentCheck> = [];
const subChecks: Array<SubmissionCheck> = [];
validateJson(config: object): JSONConfig {
const ajv = createAjvFactory(this.logger);
const valid = ajv.validate(schema, config);
let managerOptions: ManagerOptions = {};
if(valid) {
const validConfig = config as JSONConfig;
const {checks = [], ...rest} = validConfig;
managerOptions = rest;
for (const jCheck of checks) {
if (jCheck.kind === 'comment') {
commentChecks.push(new CommentCheck({...jCheck, logger: this.logger}));
} else if (jCheck.kind === 'submission') {
subChecks.push(new SubmissionCheck({...jCheck, logger: this.logger}));
if (valid) {
return config as JSONConfig;
} else {
this.configLogger.error('Json config was not valid. Please use schema to check validity.');
if (Array.isArray(ajv.errors)) {
for (const err of ajv.errors) {
let suffix = '';
// @ts-ignore
if (err.params.allowedValues !== undefined) {
// @ts-ignore
suffix = err.params.allowedValues.join(', ');
suffix = ` [${suffix}]`;
}
this.configLogger.error(`${err.keyword}: ${err.schemaPath} => ${err.message}${suffix}`);
}
}
} else {
this.logger.error('Json config was not valid. Please use schema to check validity.', ajv.errors);
this.logger.error(ajv.errors);
throw new LoggedError();
}
}
return [subChecks, commentChecks, managerOptions];
parseToStructured(config: JSONConfig): CheckStructuredJson[] {
let namedRules: Map<string, RuleObjectJson> = new Map();
let namedActions: Map<string, ActionObjectJson> = new Map();
const {checks = []} = config;
for (const c of checks) {
namedRules = extractNamedRules(c.rules, namedRules);
namedActions = extractNamedActions(c.actions, namedActions);
}
const structuredChecks: CheckStructuredJson[] = [];
for (const c of checks) {
const strongRules = insertNamedRules(c.rules, namedRules);
const strongActions = insertNamedActions(c.actions, namedActions);
const strongCheck = {...c, rules: strongRules, actions: strongActions} as CheckStructuredJson;
structuredChecks.push(strongCheck);
}
return structuredChecks;
}
}
export const extractNamedRules = (rules: Array<RuleSetJson | RuleJson>, namedRules: Map<string, RuleObjectJson> = new Map()): Map<string, RuleObjectJson> => {
//const namedRules = new Map();
for (const r of rules) {
let rulesToAdd: RuleObjectJson[] = [];
if ((typeof r === 'object')) {
if ((r as RuleObjectJson).kind !== undefined) {
// itsa rule
const rule = r as RuleObjectJson;
if (rule.name !== undefined) {
rulesToAdd.push(rule);
}
} else {
const ruleSet = r as RuleSetJson;
const nestedNamed = extractNamedRules(ruleSet.rules);
rulesToAdd = [...nestedNamed.values()];
}
for (const rule of rulesToAdd) {
const name = rule.name as string;
const normalName = normalizeName(name);
const {name: n, ...rest} = rule;
const ruleNoName = {...rest};
if (namedRules.has(normalName)) {
const {name: nn, ...ruleRest} = namedRules.get(normalName) as RuleObjectJson;
if (!deepEqual(ruleRest, ruleNoName)) {
throw new Error(`Rule names must be unique (case-insensitive). Conflicting name: ${name}`);
}
} else {
namedRules.set(normalName, rule);
}
}
}
}
return namedRules;
}
export const insertNamedRules = (rules: Array<RuleSetJson | RuleJson>, namedRules: Map<string, RuleObjectJson> = new Map()): Array<RuleSetObjectJson | RuleObjectJson> => {
const strongRules: Array<RuleSetObjectJson | RuleObjectJson> = [];
for (const r of rules) {
if (typeof r === 'string') {
const foundRule = namedRules.get(r.toLowerCase());
if (foundRule === undefined) {
throw new Error(`No named Rule with the name ${r} was found`);
}
strongRules.push(foundRule);
} else if (isRuleSetJSON(r)) {
const {rules: sr, ...rest} = r;
const setRules = insertNamedRules(sr, namedRules);
const strongSet = {rules: setRules, ...rest} as RuleSetObjectJson;
strongRules.push(strongSet);
} else {
strongRules.push(r);
}
}
return strongRules;
}
export const extractNamedActions = (actions: Array<ActionJson>, namedActions: Map<string, ActionObjectJson> = new Map()): Map<string, ActionObjectJson> => {
for (const a of actions) {
if (!(typeof a === 'string')) {
if (isActionJson(a) && a.name !== undefined) {
const normalName = a.name.toLowerCase();
const {name: n, ...rest} = a;
const actionNoName = {...rest};
if (namedActions.has(normalName)) {
// @ts-ignore
const {name: nn, ...aRest} = namedActions.get(normalName) as ActionObjectJson;
if (!deepEqual(aRest, actionNoName)) {
throw new Error(`Actions names must be unique (case-insensitive). Conflicting name: ${a.name}`);
}
} else {
namedActions.set(normalName, a);
}
}
}
}
return namedActions;
}
export const insertNamedActions = (actions: Array<ActionJson>, namedActions: Map<string, ActionObjectJson> = new Map()): Array<ActionObjectJson> => {
const strongActions: Array<ActionObjectJson> = [];
for (const a of actions) {
if (typeof a === 'string') {
const foundAction = namedActions.get(a.toLowerCase());
if (foundAction === undefined) {
throw new Error(`No named Action with the name ${a} was found`);
}
strongActions.push(foundAction);
} else {
strongActions.push(a);
}
}
return strongActions;
}

View File

@@ -1,7 +1,7 @@
import {CheckJSONConfig} from "./Check";
import {PollingOptions} from "./Common/interfaces";
import {CheckJson} from "./Check";
import {ManagerOptions} from "./Common/interfaces";
export interface JSONConfig {
export interface JSONConfig extends ManagerOptions {
/**
* A list of all the checks that should be run for a subreddit.
*
@@ -12,6 +12,5 @@ export interface JSONConfig {
* When a check "passes", and actions are performed, then all subsequent checks are skipped.
* @minItems 1
* */
checks: CheckJSONConfig[]
polling?: PollingOptions
checks: CheckJson[]
}

View File

@@ -56,14 +56,14 @@ export class AuthorRule extends Rule {
protected async process(item: Comment | Submission): Promise<[boolean, RuleResult[]]> {
if (this.include.length > 0) {
for (const auth of this.include) {
if (await testAuthorCriteria(item, auth)) {
if (await this.cache.testAuthorCriteria(item, auth)) {
return Promise.resolve([true, [this.getResult(true)]]);
}
}
return Promise.resolve([false, [this.getResult(false)]]);
}
for (const auth of this.exclude) {
if (await testAuthorCriteria(item, auth, false)) {
if (await this.cache.testAuthorCriteria(item, auth, false)) {
return Promise.resolve([true, [this.getResult(true)]]);
}
}

295
src/Rule/HistoryRule.ts Normal file
View File

@@ -0,0 +1,295 @@
import {ActivityWindowType, ThresholdCriteria} from "../Common/interfaces";
import {Rule, RuleJSONConfig, RuleOptions, RuleResult} from "./index";
import Submission from "snoowrap/dist/objects/Submission";
import {getAuthorActivities} from "../Utils/SnoowrapUtils";
import dayjs from "dayjs";
import {comparisonTextOp, formatNumber, percentFromString} from "../util";
export interface CommentThresholdCriteria extends ThresholdCriteria {
/**
* If `true` then when threshold...
*
* * is `number` it will be number of comments where author is OP
* * is `percent` it will be **percent of total comments where author is OP**
* */
asOp?: boolean
}
/**
* If both `submission` and `comment` are defined then criteria will only trigger if BOTH thresholds are met
* */
export interface HistoryCriteria {
submission?: ThresholdCriteria
comment?: CommentThresholdCriteria
/**
* Window defining Activities to consider (both Comment/Submission)
*/
window: ActivityWindowType
/**
* The minimum number of activities that must exist from the `window` results for this criteria to run
* @default 5
* */
minActivityCount?: number
name?: string
}
export class HistoryRule extends Rule {
criteria: HistoryCriteria[];
criteriaJoin: 'AND' | 'OR';
include: string[];
exclude: string[];
constructor(options: HistoryOptions) {
super(options);
const {
criteria,
criteriaJoin = 'OR',
include = [],
exclude = [],
} = options || {};
this.criteria = criteria;
this.criteriaJoin = criteriaJoin;
if (this.criteria.length === 0) {
throw new Error('Must provide at least one HistoryCriteria');
}
this.include = include.map(x => x.toLowerCase());
this.exclude = exclude.map(x => x.toLowerCase());
}
getKind(): string {
return "History";
}
protected getSpecificPremise(): object {
return {
criteria: this.criteria,
include: this.include,
exclude: this.exclude,
}
}
protected async process(item: Submission): Promise<[boolean, RuleResult[]]> {
// TODO reuse activities between ActivityCriteria to reduce api calls
let criteriaResults = [];
for (const criteria of this.criteria) {
const {comment, window, submission, minActivityCount = 5} = criteria;
let activities = await this.cache.getAuthorActivities(item.author, {window: window});
activities = activities.filter(act => {
if (this.include.length > 0) {
return this.include.some(x => x === act.subreddit.display_name.toLowerCase());
} else if (this.exclude.length > 0) {
return !this.exclude.some(x => x === act.subreddit.display_name.toLowerCase())
}
return true;
});
if (activities.length < minActivityCount) {
continue;
}
const activityTotal = activities.length;
const {submissionTotal, commentTotal, opTotal} = activities.reduce((acc, act) => {
if(act instanceof Submission) {
return {...acc, submissionTotal: acc.submissionTotal + 1};
}
let a = {...acc, commentTotal: acc.commentTotal + 1};
if(act.is_submitter) {
a.opTotal = a.opTotal + 1;
}
return a;
},{submissionTotal: 0, commentTotal: 0, opTotal: 0});
let commentTrigger = undefined;
if(comment !== undefined) {
const {threshold, condition, asOp = false} = comment;
if(typeof threshold === 'string') {
const per = percentFromString(threshold);
if(asOp) {
commentTrigger = comparisonTextOp(opTotal / commentTotal, condition, per);
} else {
commentTrigger = comparisonTextOp(commentTotal / activityTotal, condition, per);
}
} else {
if(asOp) {
commentTrigger = comparisonTextOp(opTotal, condition, threshold);
} else {
commentTrigger = comparisonTextOp(commentTotal, condition, threshold);
}
}
}
let submissionTrigger = undefined;
if(submission !== undefined) {
const {threshold, condition, } = submission;
if(typeof threshold === 'string') {
const per = percentFromString(threshold);
submissionTrigger = comparisonTextOp(submissionTotal / activityTotal, condition, per);
} else {
submissionTrigger = comparisonTextOp(submissionTotal, condition, threshold);
}
}
const firstActivity = activities[0];
const lastActivity = activities[activities.length - 1];
const activityTotalWindow = dayjs.duration(dayjs(firstActivity.created_utc * 1000).diff(dayjs(lastActivity.created_utc * 1000)));
criteriaResults.push({
criteria,
activityTotal,
activityTotalWindow,
submissionTotal,
commentTotal,
opTotal,
triggered: submissionTrigger === true || commentTrigger === true
});
}
let criteriaMeta = false;
if (this.criteriaJoin === 'OR') {
criteriaMeta = criteriaResults.some(x => x.triggered);
} else {
criteriaMeta = criteriaResults.every(x => x.triggered);
}
if (criteriaMeta) {
// use first triggered criteria found
const refCriteriaResults = criteriaResults.find(x => x.triggered);
if (refCriteriaResults !== undefined) {
const {
activityTotal,
activityTotalWindow,
submissionTotal,
commentTotal,
opTotal,
criteria: {
comment: {
threshold: cthresh,
condition: ccond,
asOp
} = {},
submission: {
threshold: sthresh,
condition: scond,
} = {},
window,
},
criteria,
} = refCriteriaResults;
const data: any = {
activityTotal,
submissionTotal,
commentTotal,
opTotal,
commentPercent: formatNumber((commentTotal/activityTotal)*100),
submissionPercent: formatNumber((submissionTotal/activityTotal)*100),
opPercent: formatNumber((opTotal/commentTotal)*100),
criteria,
window: typeof window === 'number' ? `${activityTotal} Items` : activityTotalWindow.humanize(true)
};
let thresholdSummary = [];
let submissionSummary;
let commentSummary;
if(sthresh !== undefined) {
const suffix = typeof sthresh === 'number' ? 'Items' : `(${formatNumber((submissionTotal/activityTotal)*100)}%) of ${activityTotal} Total`;
submissionSummary = `Submissions (${submissionTotal}) were ${scond}${sthresh} ${suffix}`;
data.submissionSummary = submissionSummary;
thresholdSummary.push(submissionSummary);
}
if(cthresh !== undefined) {
const totalType = asOp ? 'Comments' : 'Activities'
const countType = asOp ? 'Comments as OP' : 'Comments';
const suffix = typeof cthresh === 'number' ? 'Items' : `(${asOp ? formatNumber((opTotal/commentTotal)*100) : formatNumber((commentTotal/activityTotal)*100)}%) of ${activityTotal} Total ${totalType}`;
commentSummary = `${countType} (${asOp ? opTotal : commentTotal}) were ${ccond}${cthresh} ${suffix}`;
data.commentSummary = commentSummary;
thresholdSummary.push(commentSummary);
}
data.thresholdSummary = thresholdSummary.join(' and ');
const result = `${thresholdSummary} (${data.window})`;
this.logger.verbose(result);
return Promise.resolve([true, [this.getResult(true, {
result,
data,
})]]);
}
}
return Promise.resolve([false, [this.getResult(false)]]);
}
}
export default HistoryRule;
interface HistoryConfig {
/**
* A list threshold-window values to test activities against.
*
* @minItems 1
* */
criteria: HistoryCriteria[]
/**
* * If `OR` then any set of Criteria that pass will trigger the Rule
* * If `AND` then all Criteria sets must pass to trigger the Rule
* */
criteriaJoin?: 'AND' | 'OR'
/**
* Only include Submissions from this list of Subreddits.
*
* A list of subreddits (case-insensitive) to look for. Do not include "r/" prefix.
*
* EX to match against /r/mealtimevideos and /r/askscience use ["mealtimevideos","askscience"]
* @examples ["mealtimevideos","askscience"]
* @minItems 1
* */
include?: string[],
/**
* Do not include Submissions from this list of Subreddits.
*
* A list of subreddits (case-insensitive) to look for. Do not include "r/" prefix.
*
* EX to match against /r/mealtimevideos and /r/askscience use ["mealtimevideos","askscience"]
* @examples ["mealtimevideos","askscience"]
* @minItems 1
* */
exclude?: string[],
}
export interface HistoryOptions extends HistoryConfig, RuleOptions {
}
/**
* Aggregates an Author's submission and comment history. Rule can be triggered on count/percent of total (for either or both comment/sub totals) as well as comment OP total.
*
* Available data for [Action templating](https://github.com/FoxxMD/reddit-context-bot#action-templating):
*
* ```
* activityTotal => Total number of activities
* submissionTotal => Total number of submissions
* commentTotal => Total number of comments
* opTotal => Total number of comments as OP
* thresholdSummary => A text summary of the first Criteria triggered with totals/percentages
* criteria => The ThresholdCriteria object
* window => A text summary of the range of Activities considered (# of Items if number, time range if Duration)
* ```
* */
export interface HistoryJSONConfig extends HistoryConfig, RuleJSONConfig {
kind: 'history'
}

View File

@@ -1,8 +1,7 @@
import {Rule, RuleJSONConfig, RuleOptions, RulePremise, RuleResult} from "./index";
import {Comment, VoteableContent} from "snoowrap";
import Submission from "snoowrap/dist/objects/Submission";
import {getAuthorActivities, getAuthorComments, getAuthorSubmissions} from "../Utils/SnoowrapUtils";
import {parseUsableLinkIdentifier} from "../util";
import {activityWindowText, parseUsableLinkIdentifier} from "../util";
import {
ActivityWindow,
ActivityWindowCriteria,
@@ -50,13 +49,13 @@ export class RecentActivityRule extends Rule {
switch (this.lookAt) {
case 'comments':
activities = await getAuthorComments(item.author, {window: this.window});
activities = await this.cache.getAuthorComments(item.author, {window: this.window});
break;
case 'submissions':
activities = await getAuthorSubmissions(item.author, {window: this.window});
activities = await this.cache.getAuthorSubmissions(item.author, {window: this.window});
break;
default:
activities = await getAuthorActivities(item.author, {window: this.window});
activities = await this.cache.getAuthorActivities(item.author, {window: this.window});
break;
}
@@ -64,9 +63,9 @@ export class RecentActivityRule extends Rule {
let viableActivity = activities;
if (this.useSubmissionAsReference) {
if (!(item instanceof Submission)) {
this.logger.debug('Cannot use post as reference because triggered item is not a Submission');
this.logger.warn('Cannot use post as reference because triggered item is not a Submission');
} else if (item.is_self) {
this.logger.debug('Cannot use post as reference because triggered Submission is not a link type');
this.logger.warn('Cannot use post as reference because triggered Submission is not a link type');
} else {
const usableUrl = parseLink(await item.url);
viableActivity = viableActivity.filter((x) => {
@@ -85,28 +84,69 @@ export class RecentActivityRule extends Rule {
grouped[s] = (grouped[s] || []).concat(activity);
return grouped;
}, {} as Record<string, (Submission | Comment)[]>);
const triggeredOn = [];
let triggeredPerSub = [];
let totalTriggeredOn;
for (const triggerSet of this.thresholds) {
const {count: threshold = 1, subreddits = []} = triggerSet;
triggeredPerSub = [];
let currCount = 0;
let presentSubs = [];
const {count: subCount, totalCount, subreddits = []} = triggerSet;
for (const sub of subreddits) {
const isub = sub.toLowerCase();
const {[isub]: tSub = []} = groupedActivity;
if (tSub.length >= threshold) {
triggeredOn.push({subreddit: sub, count: tSub.length});
if(tSub.length > 0) {
currCount += tSub.length;
presentSubs.push(sub);
if (subCount !== undefined && tSub.length >= subCount) {
triggeredPerSub.push({subreddit: sub, count: tSub.length, threshold: subCount});
}
}
}
if(totalCount !== undefined && currCount >= totalCount) {
totalTriggeredOn = {subreddits: presentSubs, count: currCount, threshold: totalCount};
}
// if either trigger condition is hit end the iteration early
if(triggeredPerSub.length > 0 || totalTriggeredOn !== undefined) {
break;
}
}
if (triggeredOn.length > 0) {
const friendlyText = triggeredOn.map(x => `${x.subreddit}(${x.count})`).join(', ');
const friendly = `Triggered by: ${friendlyText}`;
this.logger.debug(friendly);
if (triggeredPerSub.length > 0 || totalTriggeredOn !== undefined) {
let resultArr = [];
const data: any = {};
if(triggeredPerSub.length > 0) {
data.perSubCount = triggeredPerSub.length;
data.perSubTotal = triggeredPerSub.reduce((acc, x) => acc + x.count, 0);
data.perSubSubredditsSummary = triggeredPerSub.map(x => x.subreddit).join(', ');
data.perSubSummary = triggeredPerSub.map(x => `${x.subreddit}(${x.count})`).join(', ');
data.perSubThreshold = triggeredPerSub[0].threshold;
resultArr.push(`${triggeredPerSub.length} subs have >${triggeredPerSub[0].threshold} activities (${data.perSubTotal} Total)`);
}
if(totalTriggeredOn !== undefined) {
data.totalCount = totalTriggeredOn.count;
data.totalSubredditsCount = totalTriggeredOn.subreddits.length;
data.totalSubredditsSummary = totalTriggeredOn.subreddits.join(', ')
data.totalThreshold = totalTriggeredOn.threshold;
data.totalSummary = `${data.totalCount} (>${totalTriggeredOn.threshold}) activities over ${totalTriggeredOn.subreddits.length} subreddits`;
resultArr.push(data.totalSummary);
}
let summary;
if(resultArr.length === 2) {
// need a shortened summary
summary = `${data.perSubCount} per-sub triggers (${data.perSubThreshold}) and ${data.totalCount} total (${data.totalThreshold})`
} else {
summary = resultArr[0];
}
const result = resultArr.join(' and ')
this.logger.verbose(result);
return Promise.resolve([true, [this.getResult(true, {
result: friendly,
result,
data: {
triggeredOn,
summary: friendlyText,
subCount: triggeredOn.length,
totalCount: triggeredOn.reduce((cnt, data) => cnt + data.count, 0)
window: typeof this.window === 'number' ? `${activities.length} Items` : activityWindowText(viableActivity),
triggeredOn: triggeredPerSub,
summary,
subSummary: data.totalSubredditsSummary|| data.perSubSubredditsSummary,
subCount: data.totalSubredditsCount || data.perSubCount,
totalCount: data.totalCount || data.perSubTotal
}
})]]);
}
@@ -115,13 +155,23 @@ export class RecentActivityRule extends Rule {
}
}
/**
* At least one count property must be present. If both are present then either can trigger the rule
*
* @minProperties 1
* @additionalProperties false
* */
export interface SubThreshold extends SubredditCriteria {
/**
* The number of activities in each subreddit from the list that will trigger this rule
* @default 1
* @minimum 1
* */
count?: number,
/**
* The total number of activities across all listed subreddits that will trigger this rule
* @minimum 1
* */
totalCount?: number
}
interface RecentActivityConfig extends ActivityWindow, ReferenceSubmission {

View File

@@ -1,17 +1,30 @@
import {RecentActivityRule, RecentActivityRuleJSONConfig} from "./RecentActivityRule";
import RepeatSubmissionRule, {RepeatSubmissionJSONConfig} from "./SubmissionRule/RepeatSubmissionRule";
import RepeatActivityRule, {RepeatActivityJSONConfig} from "./SubmissionRule/RepeatActivityRule";
import {Rule, RuleJSONConfig} from "./index";
import AuthorRule, {AuthorRuleJSONConfig} from "./AuthorRule";
import {AttributionJSONConfig, AttributionRule} from "./SubmissionRule/AttributionRule";
import {Logger} from "winston";
import HistoryRule, {HistoryJSONConfig} from "./HistoryRule";
export function ruleFactory
(config: RuleJSONConfig): Rule {
(config: RuleJSONConfig, logger: Logger, subredditName: string): Rule {
let cfg;
switch (config.kind) {
case 'recentActivity':
return new RecentActivityRule(config as RecentActivityRuleJSONConfig);
case 'repeatSubmission':
return new RepeatSubmissionRule(config as RepeatSubmissionJSONConfig);
cfg = config as RecentActivityRuleJSONConfig;
return new RecentActivityRule({...cfg, logger, subredditName});
case 'repeatActivity':
cfg = config as RepeatActivityJSONConfig;
return new RepeatActivityRule({...cfg, logger, subredditName});
case 'author':
return new AuthorRule(config as AuthorRuleJSONConfig);
cfg = config as AuthorRuleJSONConfig;
return new AuthorRule({...cfg, logger, subredditName});
case 'attribution':
cfg = config as AttributionJSONConfig;
return new AttributionRule({...cfg, logger, subredditName});
case 'history':
cfg = config as HistoryJSONConfig;
return new HistoryRule({...cfg, logger, subredditName});
default:
throw new Error('rule "kind" was not recognized.');
}

View File

@@ -1,16 +1,12 @@
import {IRule, Triggerable, Rule, RuleJSONConfig, RuleResult} from "./index";
import {Comment, Submission} from "snoowrap";
import {ruleFactory} from "./RuleFactory";
import {RecentActivityRuleJSONConfig} from "./RecentActivityRule";
import {RepeatSubmissionJSONConfig} from "./SubmissionRule/RepeatSubmissionRule";
import {createLabelledLogger, determineNewResults, findResultByPremise, loggerMetaShuffle} from "../util";
import {createAjvFactory, mergeArr} from "../util";
import {Logger} from "winston";
import {AuthorRuleJSONConfig} from "./AuthorRule";
import {JoinCondition, JoinOperands} from "../Common/interfaces";
import * as RuleSchema from '../Schema/Rule.json';
import Ajv from 'ajv';
const ajv = new Ajv();
import {RuleJson, RuleObjectJson} from "../Common/types";
export class RuleSet implements IRuleSet, Triggerable {
rules: Rule[] = [];
@@ -19,21 +15,16 @@ export class RuleSet implements IRuleSet, Triggerable {
constructor(options: RuleSetOptions) {
const {logger, condition = 'AND', rules = []} = options;
if (logger !== undefined) {
this.logger = logger.child(loggerMetaShuffle(logger, 'Rule Set'));
} else {
this.logger = createLabelledLogger('Rule Set');
}
this.logger = logger.child({leaf: 'Rule Set'}, mergeArr);
this.condition = condition;
const ajv = createAjvFactory(this.logger);
for (const r of rules) {
if (r instanceof Rule) {
this.rules.push(r);
} else {
const valid = ajv.validate(RuleSchema, r);
if (valid) {
// @ts-ignore
r.logger = this.logger;
this.rules.push(ruleFactory(r as RuleJSONConfig));
this.rules.push(ruleFactory(r as RuleJSONConfig, logger, options.subredditName));
} else {
this.logger.warn('Could not build rule because of JSON errors', {}, {errors: ajv.errors, obj: r});
}
@@ -79,16 +70,25 @@ export interface IRuleSet extends JoinCondition {
export interface RuleSetOptions extends IRuleSet {
rules: Array<IRule | RuleJSONConfig>,
logger?: Logger
logger: Logger
subredditName: string
}
/**
* A RuleSet is a "nested" set of Rules that can be used to create more complex AND/OR behavior. Think of the outcome of a RuleSet as the result of all of it's Rules (based on condition)
* @see {isRuleSetConfig} ts-auto-guard:type-guard
* A RuleSet is a "nested" set of `Rule` objects that can be used to create more complex AND/OR behavior. Think of the outcome of a `RuleSet` as the result of all of its run `Rule` objects (based on `condition`)
* */
export interface RuleSetJSONConfig extends IRuleSet {
export interface RuleSetJson extends JoinCondition {
/**
* Can be `Rule` or the `name` of any **named** `Rule` in your subreddit's configuration
* @minItems 1
* */
rules: Array<RecentActivityRuleJSONConfig | RepeatSubmissionJSONConfig | AuthorRuleJSONConfig>
rules: Array<RuleJson>
}
export interface RuleSetObjectJson extends RuleSetJson {
rules: Array<RuleObjectJson>
}
export const isRuleSetJSON = (obj: object): obj is RuleSetJson => {
return (obj as RuleSetJson).rules !== undefined;
}

View File

@@ -0,0 +1,344 @@
import {SubmissionRule, SubmissionRuleJSONConfig} from "./index";
import {ActivityWindowType, ReferenceSubmission} from "../../Common/interfaces";
import {RuleOptions, RuleResult} from "../index";
import Submission from "snoowrap/dist/objects/Submission";
import {getAttributionIdentifier} from "../../Utils/SnoowrapUtils";
import dayjs from "dayjs";
export interface AttributionCriteria {
/**
* The number or percentage to trigger this rule at
*
* * If `threshold` is a `number` then it is the absolute number of attribution instances to trigger at
* * If `threshold` is a `string` with percentage (EX `40%`) then it is the percentage of the total (see `lookAt`) this attribution must reach to trigger
*
* @default 10%
* */
threshold: number | string
window: ActivityWindowType
/**
* What activities to use for total count when determining what percentage an attribution comprises
*
* EX:
*
* Author has 100 activities, 40 are submissions and 60 are comments
*
* * If `submission` then if 10 submission are for Youtube Channel A then percentage => 10/40 = 25%
* * If `all` then if 10 submission are for Youtube Channel A then percentage => 10/100 = 10%
*
* @default all
**/
thresholdOn?: 'submissions' | 'all'
/**
* The minimum number of activities that must exist for this criteria to run
* @default 5
* */
minActivityCount?: number
name?: string
}
const defaultCriteria = [{threshold: '10%', window: 100}];
export class AttributionRule extends SubmissionRule {
criteria: AttributionCriteria[];
criteriaJoin: 'AND' | 'OR';
useSubmissionAsReference: boolean;
lookAt: 'media' | 'all' = 'media';
include: string[];
exclude: string[];
aggregateMediaDomains: boolean = false;
includeSelf: boolean = false;
constructor(options: AttributionOptions) {
super(options);
const {
criteria = defaultCriteria,
criteriaJoin = 'OR',
include = [],
exclude = [],
lookAt = 'media',
aggregateMediaDomains = false,
useSubmissionAsReference = true,
includeSelf = false,
} = options || {};
this.criteria = criteria;
this.criteriaJoin = criteriaJoin;
if (this.criteria.length === 0) {
throw new Error('Must provide at least one AttributionCriteria');
}
this.include = include.map(x => x.toLowerCase());
this.exclude = exclude.map(x => x.toLowerCase());
this.lookAt = lookAt;
this.aggregateMediaDomains = aggregateMediaDomains;
this.includeSelf = includeSelf;
this.useSubmissionAsReference = useSubmissionAsReference;
}
getKind(): string {
return "Attribution";
}
protected getSpecificPremise(): object {
return {
criteria: this.criteria,
useSubmissionAsReference: this.useSubmissionAsReference,
include: this.include,
exclude: this.exclude,
lookAt: this.lookAt,
aggregateMediaDomains: this.aggregateMediaDomains,
includeSelf: this.includeSelf,
}
}
protected async process(item: Submission): Promise<[boolean, RuleResult[]]> {
const referenceUrl = await item.url;
if (referenceUrl === undefined && this.useSubmissionAsReference) {
throw new Error(`Cannot run Rule ${this.name} because submission is not a link`);
}
const refDomain = this.aggregateMediaDomains ? item.domain : item.secure_media?.oembed?.author_url;
const refDomainTitle = this.aggregateMediaDomains ? (item.secure_media?.oembed?.provider_name || item.domain) : item.secure_media?.oembed?.author_name;
// TODO reuse activities between ActivityCriteria to reduce api calls
let criteriaResults = [];
for (const criteria of this.criteria) {
const {threshold, window, thresholdOn = 'all', minActivityCount = 5} = criteria;
let percentVal;
if (typeof threshold === 'string') {
percentVal = Number.parseInt(threshold.replace('%', '')) / 100;
}
let activities = thresholdOn === 'submissions' ? await this.cache.getAuthorSubmissions(item.author, {window: window}) : await this.cache.getAuthorActivities(item.author, {window: window});
activities = activities.filter(act => {
if (this.include.length > 0) {
return this.include.some(x => x === act.subreddit.display_name.toLowerCase());
} else if (this.exclude.length > 0) {
return !this.exclude.some(x => x === act.subreddit.display_name.toLowerCase())
}
return true;
});
if (activities.length < minActivityCount) {
continue;
}
//const activities = await getAuthorSubmissions(item.author, {window: window}) as Submission[];
const submissions: Submission[] = thresholdOn === 'submissions' ? activities as Submission[] : activities.filter(x => x instanceof Submission) as Submission[];
const aggregatedSubmissions = submissions.reduce((acc: Map<string, number>, sub) => {
if (this.lookAt === 'media' && sub.secure_media === undefined) {
return acc;
}
const domain = getAttributionIdentifier(sub, this.aggregateMediaDomains)
if ((sub.is_self || sub.is_video || domain === 'i.redd.it') && !this.includeSelf) {
return acc;
}
const count = acc.get(domain) || 0;
acc.set(domain, count + 1);
return acc;
}, new Map());
let activityTotal = 0;
let firstActivity, lastActivity;
activityTotal = activities.length;
firstActivity = activities[0];
lastActivity = activities[activities.length - 1];
// if (this.includeInTotal === 'submissions') {
// activityTotal = activities.length;
// firstActivity = activities[0];
// lastActivity = activities[activities.length - 1];
// } else {
// const dur = typeof window === 'number' ? dayjs.duration(dayjs().diff(dayjs(activities[activities.length - 1].created * 1000))) : window;
// const allActivities = await getAuthorActivities(item.author, {window: dur});
// activityTotal = allActivities.length;
// firstActivity = allActivities[0];
// lastActivity = allActivities[allActivities.length - 1];
// }
const activityTotalWindow = dayjs.duration(dayjs(firstActivity.created_utc * 1000).diff(dayjs(lastActivity.created_utc * 1000)));
let triggeredDomains = [];
for (const [domain, subCount] of aggregatedSubmissions) {
let triggered = false;
if (percentVal !== undefined) {
triggered = percentVal <= subCount / activityTotal;
} else if (subCount >= threshold) {
triggered = true;
}
if (triggered) {
// look for author channel
const withChannel = submissions.find(x => x.secure_media?.oembed?.author_url === domain || x.secure_media?.oembed?.author_name === domain);
triggeredDomains.push({
domain,
title: withChannel !== undefined ? (withChannel.secure_media?.oembed?.author_name || withChannel.secure_media?.oembed?.author_url) : domain,
count: subCount,
percent: Math.round((subCount / activityTotal) * 100)
});
}
}
if (this.useSubmissionAsReference) {
// filter triggeredDomains to only reference
triggeredDomains = triggeredDomains.filter(x => x.domain === refDomain || x.domain === refDomainTitle);
}
criteriaResults.push({criteria, activityTotal, activityTotalWindow, triggeredDomains});
}
let criteriaMeta = false;
if (this.criteriaJoin === 'OR') {
criteriaMeta = criteriaResults.some(x => x.triggeredDomains.length > 0);
} else {
criteriaMeta = criteriaResults.every(x => x.triggeredDomains.length > 0);
}
if (criteriaMeta) {
// use first triggered criteria found
const refCriteriaResults = criteriaResults.find(x => x.triggeredDomains.length > 0);
if (refCriteriaResults !== undefined) {
const {
triggeredDomains,
activityTotal,
activityTotalWindow,
criteria: {threshold, window}
} = refCriteriaResults;
const largestCount = triggeredDomains.reduce((acc, curr) => Math.max(acc, curr.count), 0);
const largestPercent = triggeredDomains.reduce((acc, curr) => Math.max(acc, curr.percent), 0);
const data: any = {
triggeredDomainCount: triggeredDomains.length,
activityTotal,
largestCount,
largestPercent,
threshold: threshold,
window: typeof window === 'number' ? `${activityTotal} Items` : activityTotalWindow.humanize()
};
if (this.useSubmissionAsReference) {
data.refDomain = refDomain;
data.refDomainTitle = refDomainTitle;
}
const result = `${triggeredDomains.length} Attribution(s) met the threshold of ${threshold}, largest being ${largestCount} (${largestPercent}%) of ${activityTotal} Total -- window: ${data.window}`;
this.logger.verbose(result);
return Promise.resolve([true, [this.getResult(true, {
result,
data,
})]]);
}
}
return Promise.resolve([false, [this.getResult(false)]]);
}
}
interface AttributionConfig extends ReferenceSubmission {
/**
* A list threshold-window values to test attribution against
*
* If none is provided the default set used is:
*
* ```
* threshold: 10%
* window: 100
* ```
*
* @minItems 1
* */
criteria?: AttributionCriteria[]
/**
* * If `OR` then any set of AttributionCriteria that produce an Attribution over the threshold will trigger the rule.
* * If `AND` then all AttributionCriteria sets must product an Attribution over the threshold to trigger the rule.
* */
criteriaJoin?: 'AND' | 'OR'
/**
* Only include Submissions from this list of Subreddits.
*
* A list of subreddits (case-insensitive) to look for. Do not include "r/" prefix.
*
* EX to match against /r/mealtimevideos and /r/askscience use ["mealtimevideos","askscience"]
* @examples ["mealtimevideos","askscience"]
* @minItems 1
* */
include?: string[],
/**
* Do not include Submissions from this list of Subreddits.
*
* A list of subreddits (case-insensitive) to look for. Do not include "r/" prefix.
*
* EX to match against /r/mealtimevideos and /r/askscience use ["mealtimevideos","askscience"]
* @examples ["mealtimevideos","askscience"]
* @minItems 1
* */
exclude?: string[],
/**
* Determines which type of attribution to look at
*
* * If `media` then only the author's submission history which reddit recognizes as media (youtube, vimeo, etc.) will be considered
* * If `all` then all domains (EX youtube.com, twitter.com) from the author's submission history will be considered
*
* @default all
* */
lookAt?: 'media' | 'all',
/**
* Should the rule aggregate recognized media domains into the parent domain?
*
* Submissions to major media domains (youtube, vimeo) can be identified by individual Channel/Author...
*
* * If `false` then aggregate will occur at the channel level IE Youtube Channel A (2 counts), Youtube Channel B (3 counts)
* * If `true` then then aggregation will occur at the domain level IE youtube.com (5 counts)
*
* @default false
* */
aggregateMediaDomains?: boolean
/**
* Include reddit `self.*` domains in aggregation?
*
* Self-posts are aggregated under the domain `self.[subreddit]`. If you wish to include these domains in aggregation set this to `true`
*
* @default false
* */
includeSelf?: boolean
}
export interface AttributionOptions extends AttributionConfig, RuleOptions {
}
/**
* Aggregates all of the domain/media accounts attributed to an author's Submission history. If any domain is over the threshold the rule is triggered
*
* Available data for [Action templating](https://github.com/FoxxMD/reddit-context-bot#action-templating):
*
* ```
* count => Total number of repeat Submissions
* threshold => The threshold you configured for this Rule to trigger
* url => Url of the submission that triggered the rule
* ```
* */
export interface AttributionJSONConfig extends AttributionConfig, SubmissionRuleJSONConfig {
kind: 'attribution'
}

View File

@@ -0,0 +1,258 @@
import {SubmissionRule, SubmissionRuleJSONConfig} from "./index";
import {RuleOptions, RuleResult} from "../index";
import {Comment} from "snoowrap";
import {activityWindowText, parseUsableLinkIdentifier as linkParser} from "../../util";
import {ActivityWindow, ActivityWindowType, ReferenceSubmission} from "../../Common/interfaces";
import Submission from "snoowrap/dist/objects/Submission";
import dayjs from "dayjs";
const parseUsableLinkIdentifier = linkParser();
interface RepeatActivityData {
identifier: string,
sets: (Submission | Comment)[]
}
interface RepeatActivityReducer {
openSets: RepeatActivityData[]
allSets: RepeatActivityData[]
}
const getActivityIdentifier = (activity: (Submission | Comment), length = 200) => {
let identifier: string;
if (activity instanceof Submission) {
if (activity.is_self) {
identifier = activity.selftext.slice(0, length);
} else {
identifier = parseUsableLinkIdentifier(activity.url) as string;
}
} else {
identifier = activity.body.slice(0, length);
}
return identifier;
}
export class RepeatActivityRule extends SubmissionRule {
threshold: number;
window: ActivityWindowType;
gapAllowance?: number;
useSubmissionAsReference: boolean;
lookAt: 'submissions' | 'all';
include: string[];
exclude: string[];
constructor(options: RepeatActivityOptions) {
super(options);
const {
threshold = 5,
window = 15,
gapAllowance,
useSubmissionAsReference = true,
lookAt = 'all',
include = [],
exclude = []
} = options;
this.threshold = threshold;
this.window = window;
this.gapAllowance = gapAllowance;
this.useSubmissionAsReference = useSubmissionAsReference;
this.include = include;
this.exclude = exclude;
this.lookAt = lookAt;
}
getKind(): string {
return 'Repeat Activity';
}
getSpecificPremise(): object {
return {
threshold: this.threshold,
window: this.window,
gapAllowance: this.gapAllowance,
useSubmissionAsReference: this.useSubmissionAsReference,
include: this.include,
exclude: this.exclude,
}
}
async process(item: Submission): Promise<[boolean, RuleResult[]]> {
const referenceUrl = await item.url;
if (referenceUrl === undefined && this.useSubmissionAsReference) {
throw new Error(`Cannot run Rule ${this.name} because submission is not a link`);
}
let activities: (Submission | Comment)[] = [];
switch (this.lookAt) {
case 'submissions':
activities = await this.cache.getAuthorSubmissions(item.author, {window: this.window});
break;
default:
activities = await this.cache.getAuthorActivities(item.author, {window: this.window});
break;
}
const condensedActivities = activities.reduce((acc: RepeatActivityReducer, activity: (Submission | Comment), index: number) => {
const {openSets = [], allSets = []} = acc;
let identifier = getActivityIdentifier(activity);
let updatedAllSets = [...allSets];
let updatedOpenSets = [];
let currIdentifierInOpen = false;
const bufferedActivities = this.gapAllowance === undefined || this.gapAllowance === 0 ? [] : activities.slice(Math.max(0, index - this.gapAllowance), Math.max(0, index));
for (const o of openSets) {
if (o.identifier === identifier) {
updatedOpenSets.push({...o, sets: [...o.sets, activity]});
currIdentifierInOpen = true;
} else if (bufferedActivities.some(x => getActivityIdentifier(x) === identifier)) {
updatedOpenSets.push(o);
} else {
updatedAllSets.push(o);
}
}
if (!currIdentifierInOpen) {
updatedOpenSets.push({identifier, sets: [activity]})
}
return {openSets: updatedOpenSets, allSets: updatedAllSets};
}, {openSets: [], allSets: []});
const allRepeatSets = [...condensedActivities.allSets, ...condensedActivities.openSets];
const identifierGroupedActivities = allRepeatSets.reduce((acc, repeatActivityData) => {
let existingSets = [];
if (acc.has(repeatActivityData.identifier)) {
existingSets = acc.get(repeatActivityData.identifier);
}
acc.set(repeatActivityData.identifier, [...existingSets, repeatActivityData.sets].sort((a, b) => b.length < a.length ? 1 : -1));
return acc;
}, new Map());
let applicableGroupedActivities = identifierGroupedActivities;
if (this.useSubmissionAsReference) {
applicableGroupedActivities = new Map();
const referenceSubmissions = identifierGroupedActivities.get(getActivityIdentifier(item));
applicableGroupedActivities.set(getActivityIdentifier(item), referenceSubmissions || [])
}
const identifiersSummary: SummaryData[] = [];
for (let [key, value] of applicableGroupedActivities) {
const summaryData = {
identifier: key,
totalSets: value.length,
totalTriggeringSets: 0,
largestTrigger: 0,
triggeringSets: [],
triggeringSetsMarkdown: [],
};
for (let set of value) {
if (set.length >= this.threshold) {
// @ts-ignore
summaryData.triggeringSets.push(set);
summaryData.totalTriggeringSets++;
summaryData.largestTrigger = Math.max(summaryData.largestTrigger, set.length);
const md = set.map((x: (Comment | Submission)) => `[${x instanceof Submission ? x.title : getActivityIdentifier(x, 50)}](https://reddit.com${x.permalink}) in ${x.subreddit_name_prefixed} on ${dayjs(x.created_utc * 1000).utc().format()}`);
// @ts-ignore
summaryData.triggeringSetsMarkdown.push(md);
}
}
identifiersSummary.push(summaryData);
}
const triggeringSummaries = identifiersSummary.filter(x => x.totalTriggeringSets > 0)
if (triggeringSummaries.length > 0) {
const largestRepeat = triggeringSummaries.reduce((acc, summ) => Math.max(summ.largestTrigger, acc), 0);
const result = `${triggeringSummaries.length} of ${identifiersSummary.length} unique items repeated >=${this.threshold} (threshold) times, largest repeat: ${largestRepeat}`;
this.logger.verbose(result);
return Promise.resolve([true, [this.getResult(true, {
result,
data: {
window: typeof this.window === 'number' ? `${activities.length} Items` : activityWindowText(activities),
totalTriggeringSets: triggeringSummaries.length,
largestRepeat,
threshold: this.threshold,
gapAllowance: this.gapAllowance,
url: referenceUrl,
triggeringSummaries,
}
})]]);
}
return Promise.resolve([false, [this.getResult(false)]]);
}
}
interface SummaryData {
identifier: string,
totalSets: number,
totalTriggeringSets: number,
largestTrigger: number,
triggeringSets: (Comment | Submission)[],
triggeringSetsMarkdown: string[]
}
interface RepeatActivityConfig extends ActivityWindow, ReferenceSubmission {
/**
* The number of repeat submissions that will trigger the rule
* @default 5
* */
threshold?: number,
/**
* The number of allowed non-identical Submissions between identical Submissions that can be ignored when checking against the threshold value
* */
gapAllowance?: number,
/**
* Only include Submissions from this list of Subreddits.
*
* A list of subreddits (case-insensitive) to look for. Do not include "r/" prefix.
*
* EX to match against /r/mealtimevideos and /r/askscience use ["mealtimevideos","askscience"]
* @examples ["mealtimevideos","askscience"]
* @minItems 1
* */
include?: string[],
/**
* Do not include Submissions from this list of Subreddits.
*
* A list of subreddits (case-insensitive) to look for. Do not include "r/" prefix.
*
* EX to match against /r/mealtimevideos and /r/askscience use ["mealtimevideos","askscience"]
* @examples ["mealtimevideos","askscience"]
* @minItems 1
* */
exclude?: string[],
/**
* If present determines which activities to consider for gapAllowance.
*
* * If `submissions` then only the author's submission history is considered IE gapAllowance = 2 ===> can have gap of two submissions between repeats
* * If `all` then the author's entire history (submissions/comments) is considered IE gapAllowance = 2 ===> can only have gap of two activities (submissions or comments) between repeats
*
* @default all
* */
lookAt?: 'submissions' | 'all',
}
export interface RepeatActivityOptions extends RepeatActivityConfig, RuleOptions {
}
/**
* Checks a user's history for Submissions with identical content
*
* Available data for [Action templating](https://github.com/FoxxMD/reddit-context-bot#action-templating):
*
* ```
* count => Total number of repeat Submissions
* threshold => The threshold you configured for this Rule to trigger
* url => Url of the submission that triggered the rule
* ```
* */
export interface RepeatActivityJSONConfig extends RepeatActivityConfig, SubmissionRuleJSONConfig {
kind: 'repeatActivity'
}
export default RepeatActivityRule;

View File

@@ -1,185 +0,0 @@
import {SubmissionRule, SubmissionRuleJSONConfig} from "./index";
import {Rule, RuleOptions, RulePremise, RuleResult} from "../index";
import {Submission} from "snoowrap";
import {getAuthorSubmissions} from "../../Utils/SnoowrapUtils";
import {groupBy, parseUsableLinkIdentifier as linkParser} from "../../util";
import {ActivityWindow, ActivityWindowType, ReferenceSubmission} from "../../Common/interfaces";
const groupByUrl = groupBy(['urlIdentifier']);
const parseUsableLinkIdentifier = linkParser()
export class RepeatSubmissionRule extends SubmissionRule {
threshold: number;
window: ActivityWindowType;
gapAllowance?: number;
useSubmissionAsReference: boolean;
include: string[];
exclude: string[];
constructor(options: RepeatSubmissionOptions) {
super(options);
const {
threshold = 5,
window = 15,
gapAllowance,
useSubmissionAsReference = true,
include = [],
exclude = []
} = options;
this.threshold = threshold;
this.window = window;
this.gapAllowance = gapAllowance;
this.useSubmissionAsReference = useSubmissionAsReference;
this.include = include;
this.exclude = exclude;
}
getKind(): string {
return 'Repeat Submission';
}
getSpecificPremise(): object {
return {
threshold: this.threshold,
window: this.window,
gapAllowance: this.gapAllowance,
useSubmissionAsReference: this.useSubmissionAsReference,
include: this.include,
exclude: this.exclude,
}
}
async process(item: Submission): Promise<[boolean, RuleResult[]]> {
const referenceUrl = await item.url;
if (referenceUrl === undefined && this.useSubmissionAsReference) {
throw new Error(`Cannot run Rule ${this.name} because submission is not a link`);
}
const submissions = await getAuthorSubmissions(item.author, {window: this.window});
// we need to check in order
if (this.gapAllowance !== undefined) {
let consecutivePosts = referenceUrl !== undefined ? 1 : 0;
let gap = 0;
let lastUrl = parseUsableLinkIdentifier(referenceUrl);
// start with second post since first is the one we triggered on (prob)
for (const sub of submissions.slice(1)) {
if (sub.url !== undefined) {
const regUrl = parseUsableLinkIdentifier(sub.url);
if (lastUrl === undefined || lastUrl === regUrl) {
consecutivePosts++;
gap = 0;
} else {
gap++;
if (gap > this.gapAllowance) {
gap = 0;
consecutivePosts = 1;
}
}
lastUrl = regUrl;
} else {
gap++;
if (gap > this.gapAllowance) {
gap = 0;
consecutivePosts = 0;
}
}
if (consecutivePosts >= this.threshold) {
const result = `Threshold of ${this.threshold} repeats triggered for submission with url ${sub.url}`;
this.logger.debug(result);
return Promise.resolve([true, [this.getResult(true, {
result,
data: {
count: consecutivePosts,
threshold: this.threshold,
url: sub.url,
}
})]]);
}
}
return Promise.resolve([false, [this.getResult(false)]]);
}
// otherwise we can just group all occurrences together
const groupedPosts = groupByUrl(submissions.map(x => ({
...x,
urlIdentifier: parseUsableLinkIdentifier(x.url)
})));
let groupsToCheck = [];
if (this.useSubmissionAsReference) {
const identifier = parseUsableLinkIdentifier(referenceUrl);
const {[identifier as string]: refGroup = []} = groupedPosts;
groupsToCheck.push(refGroup);
} else {
groupsToCheck = Object.values(groupedPosts)
}
for (const group of groupsToCheck) {
if (group.length >= this.threshold) {
// @ts-ignore
const result = `Threshold of ${this.threshold} repeats triggered for submission with url ${group[0].url}`;
this.logger.debug(result);
return Promise.resolve([true, [this.getResult(true, {
result,
data: {
count: group.length,
threshold: this.threshold,
// @ts-ignore
url: group[0].url,
}
})]]);
}
}
return Promise.resolve([false, [this.getResult(false)]]);
}
}
interface RepeatSubmissionConfig extends ActivityWindow, ReferenceSubmission {
/**
* The number of repeat submissions that will trigger the rule
* @default 5
* */
threshold?: number,
/**
* The number of allowed non-identical Submissions between identical Submissions that can be ignored when checking against the threshold value
* */
gapAllowance?: number,
/**
* Only include Submissions from this list of Subreddits.
*
* A list of subreddits (case-insensitive) to look for. Do not include "r/" prefix.
*
* EX to match against /r/mealtimevideos and /r/askscience use ["mealtimevideos","askscience"]
* @examples ["mealtimevideos","askscience"]
* @minItems 1
* */
include?: string[],
/**
* Do not include Submissions from this list of Subreddits.
*
* A list of subreddits (case-insensitive) to look for. Do not include "r/" prefix.
*
* EX to match against /r/mealtimevideos and /r/askscience use ["mealtimevideos","askscience"]
* @examples ["mealtimevideos","askscience"]
* @minItems 1
* */
exclude?: string[],
}
export interface RepeatSubmissionOptions extends RepeatSubmissionConfig, RuleOptions {
}
/**
* Checks a user's history for Submissions with identical content
*
* Available data for [Action templating](https://github.com/FoxxMD/reddit-context-bot#action-templating):
*
* ```
* count => Total number of repeat Submissions
* threshold => The threshold you configured for this Rule to trigger
* url => Url of the submission that triggered the rule
* ```
* */
export interface RepeatSubmissionJSONConfig extends RepeatSubmissionConfig, SubmissionRuleJSONConfig {
kind: 'repeatSubmission'
}
export default RepeatSubmissionRule;

View File

@@ -1,14 +1,15 @@
import {Comment, RedditUser} from "snoowrap";
import {Comment} from "snoowrap";
import Submission from "snoowrap/dist/objects/Submission";
import {Logger} from "winston";
import {createLabelledLogger, findResultByPremise, loggerMetaShuffle, mergeArr} from "../util";
import {findResultByPremise, mergeArr} from "../util";
import {testAuthorCriteria} from "../Utils/SnoowrapUtils";
import CacheManager, {SubredditCache} from "../Subreddit/SubredditCache";
export interface RuleOptions {
name?: string;
authors?: AuthorOptions;
logger?: Logger
loggerPrefix?: string
logger: Logger
subredditName: string;
}
export interface RulePremise {
@@ -35,18 +36,20 @@ export abstract class Rule implements IRule, Triggerable {
name: string;
logger: Logger
authors: AuthorOptions;
cache: SubredditCache;
constructor(options: RuleOptions) {
const {
name = this.getKind(),
loggerPrefix = '',
logger,
authors: {
include = [],
exclude = [],
} = {},
subredditName,
} = options;
this.name = name;
this.cache = CacheManager.get(subredditName);
this.authors = {
exclude: exclude.map(x => new Author(x)),
@@ -54,37 +57,31 @@ export abstract class Rule implements IRule, Triggerable {
}
const ruleUniqueName = this.name === undefined ? this.getKind() : `${this.getKind()} - ${this.name}`;
if (logger === undefined) {
const prefix = `${loggerPrefix}|${ruleUniqueName}`;
this.logger = createLabelledLogger(prefix, prefix);
} else {
this.logger = logger.child(loggerMetaShuffle(logger, undefined, [ruleUniqueName], {truncateLength: 100}));
}
this.logger = logger.child({labels: ['Rule',`${ruleUniqueName}`]}, mergeArr);
}
async run(item: Comment | Submission, existingResults: RuleResult[] = []): Promise<[(boolean | null), RuleResult[]]> {
this.logger = this.logger.child(loggerMetaShuffle(this.logger, `${item instanceof Submission ? 'SUB' : 'COMM'} ${item.id}`), mergeArr);
this.logger.debug('Starting rule run');
const existingResult = findResultByPremise(this.getPremise(), existingResults);
if (existingResult) {
this.logger.debug(`Returning existing result of ${existingResult.triggered ? '✔️' : '❌'}`);
return Promise.resolve([existingResult.triggered, [{...existingResult, name: this.name}]]);
}
if (this.authors.include !== undefined && this.authors.include.length > 0) {
for (const auth of this.authors.include) {
if (await testAuthorCriteria(item, auth)) {
if (await this.cache.testAuthorCriteria(item, auth)) {
return this.process(item);
}
}
this.logger.debug('Inclusive author criteria not matched, rule running skipped');
this.logger.verbose('Inclusive author criteria not matched, rule running skipped');
return Promise.resolve([false, [this.getResult(null, {result: 'Inclusive author criteria not matched, rule running skipped'})]]);
}
if (this.authors.exclude !== undefined && this.authors.exclude.length > 0) {
for (const auth of this.authors.exclude) {
if (await testAuthorCriteria(item, auth, false)) {
if (await this.cache.testAuthorCriteria(item, auth, false)) {
return this.process(item);
}
}
this.logger.debug('Exclusive author criteria not matched, rule running skipped');
this.logger.verbose('Exclusive author criteria not matched, rule running skipped');
return Promise.resolve([false, [this.getResult(null, {result: 'Exclusive author criteria not matched, rule running skipped'})]]);
}
return this.process(item);
@@ -135,6 +132,7 @@ export class Author implements AuthorCriteria {
* If present then these Author criteria are checked before running the rule. If criteria fails then the rule is skipped.
* @minProperties 1
* @additionalProperties false
* @TJS-type object
* */
export interface AuthorOptions {
/**
@@ -194,11 +192,10 @@ export interface IRule {
authors?: AuthorOptions
}
/** @see {isRuleConfig} ts-auto-guard:type-guard */
export interface RuleJSONConfig extends IRule {
/**
* The kind of rule to run
*/
kind: 'recentActivity' | 'repeatSubmission' | 'author'
kind: 'recentActivity' | 'repeatActivity' | 'author' | 'attribution' | 'history'
}

View File

@@ -1,6 +1,11 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"dryRun": {
"default": false,
"description": "If `true` the Action will not make the API request to Reddit to perform its action.",
"type": "boolean"
},
"kind": {
"description": "The type of action that will be performed",
"enum": [
@@ -18,10 +23,6 @@
"type": "string"
}
},
"propertyOrder": [
"kind",
"name"
],
"required": [
"kind"
],

View File

@@ -28,9 +28,146 @@
]
}
},
"propertyOrder": [
"count",
"duration"
"type": "object"
},
"AttributionCriteria": {
"properties": {
"minActivityCount": {
"default": 5,
"description": "The minimum number of activities that must exist for this criteria to run",
"type": "number"
},
"name": {
"type": "string"
},
"threshold": {
"default": "10%",
"description": "The number or percentage to trigger this rule at\n\n* If `threshold` is a `number` then it is the absolute number of attribution instances to trigger at\n* If `threshold` is a `string` with percentage (EX `40%`) then it is the percentage of the total (see `lookAt`) this attribution must reach to trigger",
"type": [
"string",
"number"
]
},
"thresholdOn": {
"default": "all",
"description": "What activities to use for total count when determining what percentage an attribution comprises\n\nEX:\n\nAuthor has 100 activities, 40 are submissions and 60 are comments\n\n* If `submission` then if 10 submission are for Youtube Channel A then percentage => 10/40 = 25%\n* If `all` then if 10 submission are for Youtube Channel A then percentage => 10/100 = 10%",
"enum": [
"all",
"submissions"
],
"type": "string"
},
"window": {
"anyOf": [
{
"$ref": "#/definitions/DurationObject"
},
{
"$ref": "#/definitions/ActivityWindowCriteria"
},
{
"type": [
"string",
"number"
]
}
]
}
},
"required": [
"threshold",
"window"
],
"type": "object"
},
"AttributionJSONConfig": {
"description": "Aggregates all of the domain/media accounts attributed to an author's Submission history. If any domain is over the threshold the rule is triggered\n\nAvailable data for [Action templating](https://github.com/FoxxMD/reddit-context-bot#action-templating):\n\n```\ncount => Total number of repeat Submissions\nthreshold => The threshold you configured for this Rule to trigger\nurl => Url of the submission that triggered the rule\n```",
"properties": {
"aggregateMediaDomains": {
"default": false,
"description": "Should the rule aggregate recognized media domains into the parent domain?\n\nSubmissions to major media domains (youtube, vimeo) can be identified by individual Channel/Author...\n\n* If `false` then aggregate will occur at the channel level IE Youtube Channel A (2 counts), Youtube Channel B (3 counts)\n* If `true` then then aggregation will occur at the domain level IE youtube.com (5 counts)",
"type": "boolean"
},
"authors": {
"additionalProperties": false,
"description": "If present then these Author criteria are checked before running the rule. If criteria fails then the rule is skipped.",
"minProperties": 1,
"type": "object"
},
"criteria": {
"description": "A list threshold-window values to test attribution against\n\nIf none is provided the default set used is:\n\n```\nthreshold: 10%\nwindow: 100\n```",
"items": {
"$ref": "#/definitions/AttributionCriteria"
},
"minItems": 1,
"type": "array"
},
"criteriaJoin": {
"description": "* If `OR` then any set of AttributionCriteria that produce an Attribution over the threshold will trigger the rule.\n* If `AND` then all AttributionCriteria sets must product an Attribution over the threshold to trigger the rule.",
"enum": [
"AND",
"OR"
],
"type": "string"
},
"exclude": {
"description": "Do not include Submissions from this list of Subreddits.\n\nA list of subreddits (case-insensitive) to look for. Do not include \"r/\" prefix.\n\nEX to match against /r/mealtimevideos and /r/askscience use [\"mealtimevideos\",\"askscience\"]",
"examples": [
"mealtimevideos",
"askscience"
],
"items": {
"type": "string"
},
"minItems": 1,
"type": "array"
},
"include": {
"description": "Only include Submissions from this list of Subreddits.\n\nA list of subreddits (case-insensitive) to look for. Do not include \"r/\" prefix.\n\nEX to match against /r/mealtimevideos and /r/askscience use [\"mealtimevideos\",\"askscience\"]",
"examples": [
"mealtimevideos",
"askscience"
],
"items": {
"type": "string"
},
"minItems": 1,
"type": "array"
},
"includeSelf": {
"default": false,
"description": "Include reddit `self.*` domains in aggregation?\n\nSelf-posts are aggregated under the domain `self.[subreddit]`. If you wish to include these domains in aggregation set this to `true`",
"type": "boolean"
},
"kind": {
"description": "The kind of rule to run",
"enum": [
"attribution"
],
"type": "string"
},
"lookAt": {
"default": "all",
"description": "Determines which type of attribution to look at\n\n* If `media` then only the author's submission history which reddit recognizes as media (youtube, vimeo, etc.) will be considered\n* If `all` then all domains (EX youtube.com, twitter.com) from the author's submission history will be considered",
"enum": [
"all",
"media"
],
"type": "string"
},
"name": {
"description": "An optional, but highly recommended, friendly name for this rule. If not present will default to `kind`.\n\nCan only contain letters, numbers, underscore, spaces, and dashes\n\nname is used to reference Rule result data during Action content templating. See CommentAction or ReportAction for more details.",
"pattern": "^[a-zA-Z]([\\w -]*[\\w])?$",
"type": "string"
},
"useSubmissionAsReference": {
"default": true,
"description": "If activity is a Submission and is a link (not self-post) then only look at Submissions that contain this link, otherwise consider all activities.",
"type": "boolean"
}
},
"required": [
"kind"
],
"type": "object"
},
@@ -69,47 +206,15 @@
"type": "array"
}
},
"propertyOrder": [
"name",
"flairCssClass",
"flairText",
"isMod"
],
"type": "object"
},
"AuthorOptions": {
"additionalProperties": false,
"description": "If present then these Author criteria are checked before running the rule. If criteria fails then the rule is skipped.",
"minProperties": 1,
"properties": {
"exclude": {
"description": "Only runs if include is not present. Will \"pass\" if any of set of the AuthorCriteria does not pass",
"items": {
"$ref": "#/definitions/AuthorCriteria"
},
"type": "array"
},
"include": {
"description": "Will \"pass\" if any set of AuthorCriteria passes",
"items": {
"$ref": "#/definitions/AuthorCriteria"
},
"type": "array"
}
},
"propertyOrder": [
"include",
"exclude"
],
"type": "object"
},
"AuthorRuleJSONConfig": {
"properties": {
"authors": {
"$ref": "#/definitions/AuthorOptions",
"additionalProperties": false,
"description": "If present then these Author criteria are checked before running the rule. If criteria fails then the rule is skipped.",
"minProperties": 1
"minProperties": 1,
"type": "object"
},
"exclude": {
"description": "Only runs if include is not present. Will \"pass\" if any of set of the AuthorCriteria does not pass",
@@ -138,13 +243,6 @@
"type": "string"
}
},
"propertyOrder": [
"kind",
"include",
"exclude",
"name",
"authors"
],
"required": [
"exclude",
"include",
@@ -152,27 +250,29 @@
],
"type": "object"
},
"CheckJSONConfig": {
"description": "An object consisting of Rules (tests) and Actions to perform if Rules are triggered",
"CheckJson": {
"properties": {
"actions": {
"description": "The actions to run after the check is successfully triggered. ALL actions will run in the order they are listed",
"description": "The `Actions` to run after the check is successfully triggered. ALL `Actions` will run in the order they are listed\n\n Can be `Action` or the `name` of any **named** `Action` in your subreddit's configuration",
"items": {
"anyOf": [
{
"$ref": "#/definitions/FlairActionJSONConfig"
"$ref": "#/definitions/FlairActionJson"
},
{
"$ref": "#/definitions/CommentActionJSONConfig"
"$ref": "#/definitions/CommentActionJson"
},
{
"$ref": "#/definitions/LockActionJSONConfig"
"$ref": "#/definitions/ReportActionJson"
},
{
"$ref": "#/definitions/RemoveActionJSONConfig"
"$ref": "#/definitions/LockActionJson"
},
{
"$ref": "#/definitions/ReportActionJSONConfig"
"$ref": "#/definitions/RemoveActionJson"
},
{
"type": "string"
}
]
},
@@ -181,7 +281,7 @@
},
"condition": {
"default": "AND",
"description": "Under what condition should a set of rules be considered \"successful\"?\n\nIf \"OR\" then ANY triggered rule results in success.\n\nIf \"AND\" then ALL rules must be triggered to result in success.",
"description": "Under what condition should a set of run `Rule` objects be considered \"successful\"?\n\nIf `OR` then **any** triggered `Rule` object results in success.\n\nIf `AND` then **all** `Rule` objects must be triggered to result in success.",
"enum": [
"AND",
"OR"
@@ -191,6 +291,11 @@
"description": {
"type": "string"
},
"dryRun": {
"default": "undefined",
"description": "Use this option to override the `dryRun` setting for all of its `Actions`",
"type": "boolean"
},
"kind": {
"description": "The type of event (new submission or new comment) this check should be run against",
"enum": [
@@ -205,20 +310,29 @@
"type": "string"
},
"rules": {
"description": "Rules are run in the order found in configuration. Can be Rules or RuleSets",
"description": "A list of Rules to run. If `Rule` objects are triggered based on `condition` then `Actions` will be performed.\n\nCan be `Rule`, `RuleSet`, or the `name` of any **named** `Rule` in your subreddit's configuration",
"items": {
"anyOf": [
{
"$ref": "#/definitions/RecentActivityRuleJSONConfig"
},
{
"$ref": "#/definitions/RepeatSubmissionJSONConfig"
"$ref": "#/definitions/RepeatActivityJSONConfig"
},
{
"$ref": "#/definitions/AuthorRuleJSONConfig"
},
{
"$ref": "#/definitions/RuleSetJSONConfig"
"$ref": "#/definitions/AttributionJSONConfig"
},
{
"$ref": "#/definitions/HistoryJSONConfig"
},
{
"$ref": "#/definitions/RuleSetJson"
},
{
"type": "string"
}
]
},
@@ -226,14 +340,6 @@
"type": "array"
}
},
"propertyOrder": [
"kind",
"rules",
"actions",
"name",
"description",
"condition"
],
"required": [
"actions",
"kind",
@@ -242,7 +348,7 @@
],
"type": "object"
},
"CommentActionJSONConfig": {
"CommentActionJson": {
"description": "Reply to the Activity. For a submission the reply will be a top-level comment.",
"properties": {
"content": {
@@ -258,6 +364,11 @@
"description": "Distinguish the comment after creation?",
"type": "boolean"
},
"dryRun": {
"default": false,
"description": "If `true` the Action will not make the API request to Reddit to perform its action.",
"type": "boolean"
},
"kind": {
"description": "The type of action that will be performed",
"enum": [
@@ -283,20 +394,42 @@
"type": "boolean"
}
},
"propertyOrder": [
"lock",
"sticky",
"distinguish",
"content",
"kind",
"name"
],
"required": [
"content",
"kind"
],
"type": "object"
},
"CommentThresholdCriteria": {
"properties": {
"asOp": {
"description": "If `true` then when threshold...\n\n* is `number` it will be number of comments where author is OP\n* is `percent` it will be **percent of total comments where author is OP**",
"type": "boolean"
},
"condition": {
"enum": [
"<",
"<=",
">",
">="
],
"type": "string"
},
"threshold": {
"default": "10%",
"description": "The number or percentage to trigger this criteria at\n\n* If `threshold` is a `number` then it is the absolute number of items to trigger at\n* If `threshold` is a `string` with percentage (EX `40%`) then it is the percentage of the total this item must reach to trigger",
"type": [
"string",
"number"
]
}
},
"required": [
"condition",
"threshold"
],
"type": "object"
},
"DurationObject": {
"additionalProperties": false,
"description": "A Day.js duration object\n\nhttps://day.js.org/docs/en/durations/creating",
@@ -324,24 +457,20 @@
"type": "number"
}
},
"propertyOrder": [
"seconds",
"minutes",
"hours",
"days",
"weeks",
"months",
"years"
],
"type": "object"
},
"FlairActionJSONConfig": {
"FlairActionJson": {
"description": "Flair the Submission",
"properties": {
"css": {
"description": "The text of the css class of the flair to apply",
"type": "string"
},
"dryRun": {
"default": false,
"description": "If `true` the Action will not make the API request to Reddit to perform its action.",
"type": "boolean"
},
"kind": {
"description": "The type of action that will be performed",
"enum": [
@@ -363,20 +492,127 @@
"type": "string"
}
},
"propertyOrder": [
"text",
"css",
"name",
"kind"
],
"required": [
"kind"
],
"type": "object"
},
"LockActionJSONConfig": {
"HistoryCriteria": {
"description": "If both `submission` and `comment` are defined then criteria will only trigger if BOTH thresholds are met",
"properties": {
"comment": {
"$ref": "#/definitions/CommentThresholdCriteria"
},
"minActivityCount": {
"default": 5,
"description": "The minimum number of activities that must exist from the `window` results for this criteria to run",
"type": "number"
},
"name": {
"type": "string"
},
"submission": {
"$ref": "#/definitions/ThresholdCriteria"
},
"window": {
"anyOf": [
{
"$ref": "#/definitions/DurationObject"
},
{
"$ref": "#/definitions/ActivityWindowCriteria"
},
{
"type": [
"string",
"number"
]
}
],
"description": "Window defining Activities to consider (both Comment/Submission)"
}
},
"required": [
"window"
],
"type": "object"
},
"HistoryJSONConfig": {
"description": "Aggregates an Author's submission and comment history. Rule can be triggered on count/percent of total (for either or both comment/sub totals) as well as comment OP total.\n\nAvailable data for [Action templating](https://github.com/FoxxMD/reddit-context-bot#action-templating):\n\n```\nactivityTotal => Total number of activities\nsubmissionTotal => Total number of submissions\ncommentTotal => Total number of comments\nopTotal => Total number of comments as OP\nthresholdSummary => A text summary of the first Criteria triggered with totals/percentages\ncriteria => The ThresholdCriteria object\nwindow => A text summary of the range of Activities considered (# of Items if number, time range if Duration)\n```",
"properties": {
"authors": {
"additionalProperties": false,
"description": "If present then these Author criteria are checked before running the rule. If criteria fails then the rule is skipped.",
"minProperties": 1,
"type": "object"
},
"criteria": {
"description": "A list threshold-window values to test activities against.",
"items": {
"$ref": "#/definitions/HistoryCriteria"
},
"minItems": 1,
"type": "array"
},
"criteriaJoin": {
"description": "* If `OR` then any set of Criteria that pass will trigger the Rule\n* If `AND` then all Criteria sets must pass to trigger the Rule",
"enum": [
"AND",
"OR"
],
"type": "string"
},
"exclude": {
"description": "Do not include Submissions from this list of Subreddits.\n\nA list of subreddits (case-insensitive) to look for. Do not include \"r/\" prefix.\n\nEX to match against /r/mealtimevideos and /r/askscience use [\"mealtimevideos\",\"askscience\"]",
"examples": [
"mealtimevideos",
"askscience"
],
"items": {
"type": "string"
},
"minItems": 1,
"type": "array"
},
"include": {
"description": "Only include Submissions from this list of Subreddits.\n\nA list of subreddits (case-insensitive) to look for. Do not include \"r/\" prefix.\n\nEX to match against /r/mealtimevideos and /r/askscience use [\"mealtimevideos\",\"askscience\"]",
"examples": [
"mealtimevideos",
"askscience"
],
"items": {
"type": "string"
},
"minItems": 1,
"type": "array"
},
"kind": {
"description": "The kind of rule to run",
"enum": [
"history"
],
"type": "string"
},
"name": {
"description": "An optional, but highly recommended, friendly name for this rule. If not present will default to `kind`.\n\nCan only contain letters, numbers, underscore, spaces, and dashes\n\nname is used to reference Rule result data during Action content templating. See CommentAction or ReportAction for more details.",
"pattern": "^[a-zA-Z]([\\w -]*[\\w])?$",
"type": "string"
}
},
"required": [
"criteria",
"kind"
],
"type": "object"
},
"LockActionJson": {
"description": "Lock the Activity",
"properties": {
"dryRun": {
"default": false,
"description": "If `true` the Action will not make the API request to Reddit to perform its action.",
"type": "boolean"
},
"kind": {
"description": "The type of action that will be performed",
"enum": [
@@ -394,10 +630,6 @@
"type": "string"
}
},
"propertyOrder": [
"name",
"kind"
],
"required": [
"kind"
],
@@ -420,10 +652,6 @@
"type": "number"
}
},
"propertyOrder": [
"limit",
"interval"
],
"type": "object"
},
"submissions": {
@@ -440,27 +668,19 @@
"type": "number"
}
},
"propertyOrder": [
"limit",
"interval"
],
"type": "object"
}
},
"propertyOrder": [
"submissions",
"comments"
],
"type": "object"
},
"RecentActivityRuleJSONConfig": {
"description": "Checks a user's history for any Activity (Submission/Comment) in the subreddits specified in thresholds\n\nAvailable data for [Action templating](https://github.com/FoxxMD/reddit-context-bot#action-templating):\n\n```\nsummary => comma-deliminated list of subreddits that hit the threshold and their count EX subredditA(1), subredditB(4),...\nsubCount => Total number of subreddits that hit the threshold\ntotalCount => Total number of all activity occurrences in subreddits\n```",
"properties": {
"authors": {
"$ref": "#/definitions/AuthorOptions",
"additionalProperties": false,
"description": "If present then these Author criteria are checked before running the rule. If criteria fails then the rule is skipped.",
"minProperties": 1
"minProperties": 1,
"type": "object"
},
"kind": {
"description": "The kind of rule to run",
@@ -532,24 +752,20 @@
]
}
},
"propertyOrder": [
"kind",
"lookAt",
"thresholds",
"window",
"useSubmissionAsReference",
"name",
"authors"
],
"required": [
"kind",
"thresholds"
],
"type": "object"
},
"RemoveActionJSONConfig": {
"RemoveActionJson": {
"description": "Remove the Activity",
"properties": {
"dryRun": {
"default": false,
"description": "If `true` the Action will not make the API request to Reddit to perform its action.",
"type": "boolean"
},
"kind": {
"description": "The type of action that will be performed",
"enum": [
@@ -567,23 +783,19 @@
"type": "string"
}
},
"propertyOrder": [
"name",
"kind"
],
"required": [
"kind"
],
"type": "object"
},
"RepeatSubmissionJSONConfig": {
"RepeatActivityJSONConfig": {
"description": "Checks a user's history for Submissions with identical content\n\nAvailable data for [Action templating](https://github.com/FoxxMD/reddit-context-bot#action-templating):\n\n```\ncount => Total number of repeat Submissions\nthreshold => The threshold you configured for this Rule to trigger\nurl => Url of the submission that triggered the rule\n```",
"properties": {
"authors": {
"$ref": "#/definitions/AuthorOptions",
"additionalProperties": false,
"description": "If present then these Author criteria are checked before running the rule. If criteria fails then the rule is skipped.",
"minProperties": 1
"minProperties": 1,
"type": "object"
},
"exclude": {
"description": "Do not include Submissions from this list of Subreddits.\n\nA list of subreddits (case-insensitive) to look for. Do not include \"r/\" prefix.\n\nEX to match against /r/mealtimevideos and /r/askscience use [\"mealtimevideos\",\"askscience\"]",
@@ -616,7 +828,16 @@
"kind": {
"description": "The kind of rule to run",
"enum": [
"repeatSubmission"
"repeatActivity"
],
"type": "string"
},
"lookAt": {
"default": "all",
"description": "If present determines which activities to consider for gapAllowance.\n\n* If `submissions` then only the author's submission history is considered IE gapAllowance = 2 ===> can have gap of two submissions between repeats\n* If `all` then the author's entire history (submissions/comments) is considered IE gapAllowance = 2 ===> can only have gap of two activities (submissions or comments) between repeats",
"enum": [
"all",
"submissions"
],
"type": "string"
},
@@ -672,29 +893,23 @@
]
}
},
"propertyOrder": [
"kind",
"threshold",
"gapAllowance",
"include",
"exclude",
"window",
"useSubmissionAsReference",
"name",
"authors"
],
"required": [
"kind"
],
"type": "object"
},
"ReportActionJSONConfig": {
"ReportActionJson": {
"description": "Report the Activity",
"properties": {
"content": {
"description": "The text of the report. If longer than 100 characters will be truncated to \"[content]...\"",
"type": "string"
},
"dryRun": {
"default": false,
"description": "If `true` the Action will not make the API request to Reddit to perform its action.",
"type": "boolean"
},
"kind": {
"description": "The type of action that will be performed",
"enum": [
@@ -712,23 +927,18 @@
"type": "string"
}
},
"propertyOrder": [
"content",
"kind",
"name"
],
"required": [
"content",
"kind"
],
"type": "object"
},
"RuleSetJSONConfig": {
"description": "A RuleSet is a \"nested\" set of Rules that can be used to create more complex AND/OR behavior. Think of the outcome of a RuleSet as the result of all of it's Rules (based on condition)",
"RuleSetJson": {
"description": "A RuleSet is a \"nested\" set of `Rule` objects that can be used to create more complex AND/OR behavior. Think of the outcome of a `RuleSet` as the result of all of its run `Rule` objects (based on `condition`)",
"properties": {
"condition": {
"default": "AND",
"description": "Under what condition should a set of rules be considered \"successful\"?\n\nIf \"OR\" then ANY triggered rule results in success.\n\nIf \"AND\" then ALL rules must be triggered to result in success.",
"description": "Under what condition should a set of run `Rule` objects be considered \"successful\"?\n\nIf `OR` then **any** triggered `Rule` object results in success.\n\nIf `AND` then **all** `Rule` objects must be triggered to result in success.",
"enum": [
"AND",
"OR"
@@ -736,16 +946,26 @@
"type": "string"
},
"rules": {
"description": "Can be `Rule` or the `name` of any **named** `Rule` in your subreddit's configuration",
"items": {
"anyOf": [
{
"$ref": "#/definitions/RecentActivityRuleJSONConfig"
},
{
"$ref": "#/definitions/RepeatSubmissionJSONConfig"
"$ref": "#/definitions/RepeatActivityJSONConfig"
},
{
"$ref": "#/definitions/AuthorRuleJSONConfig"
},
{
"$ref": "#/definitions/AttributionJSONConfig"
},
{
"$ref": "#/definitions/HistoryJSONConfig"
},
{
"type": "string"
}
]
},
@@ -753,19 +973,17 @@
"type": "array"
}
},
"propertyOrder": [
"rules",
"condition"
],
"required": [
"rules"
],
"type": "object"
},
"SubThreshold": {
"additionalProperties": false,
"description": "At least one count property must be present. If both are present then either can trigger the rule",
"minProperties": 1,
"properties": {
"count": {
"default": 1,
"description": "The number of activities in each subreddit from the list that will trigger this rule",
"minimum": 1,
"type": "number"
@@ -781,36 +999,89 @@
},
"minItems": 1,
"type": "array"
},
"totalCount": {
"description": "The total number of activities across all listed subreddits that will trigger this rule",
"minimum": 1,
"type": "number"
}
},
"propertyOrder": [
"count",
"subreddits"
],
"required": [
"subreddits"
],
"type": "object"
},
"SubredditCacheConfig": {
"properties": {
"authorTTL": {
"description": "Amount of time, in milliseconds, author activities (Comments/Submission) should be cached",
"type": "number"
},
"wikiTTL": {
"type": "number"
}
},
"type": "object"
},
"ThresholdCriteria": {
"properties": {
"condition": {
"enum": [
"<",
"<=",
">",
">="
],
"type": "string"
},
"threshold": {
"default": "10%",
"description": "The number or percentage to trigger this criteria at\n\n* If `threshold` is a `number` then it is the absolute number of items to trigger at\n* If `threshold` is a `string` with percentage (EX `40%`) then it is the percentage of the total this item must reach to trigger",
"type": [
"string",
"number"
]
}
},
"required": [
"condition",
"threshold"
],
"type": "object"
}
},
"properties": {
"caching": {
"anyOf": [
{
"$ref": "#/definitions/SubredditCacheConfig"
},
{
"enum": [
false
],
"type": "boolean"
}
]
},
"checks": {
"description": "A list of all the checks that should be run for a subreddit.\n\nChecks are split into two lists -- submission or comment -- based on kind and run independently.\n\nChecks in each list are run in the order found in the configuration.\n\nWhen a check \"passes\", and actions are performed, then all subsequent checks are skipped.",
"items": {
"$ref": "#/definitions/CheckJSONConfig"
"$ref": "#/definitions/CheckJson"
},
"minItems": 1,
"type": "array"
},
"dryRun": {
"default": "undefined",
"description": "Use this option to override the `dryRun` setting for all `Checks`",
"type": "boolean"
},
"polling": {
"$ref": "#/definitions/PollingOptions",
"description": "You may specify polling options independently for submissions/comments"
}
},
"propertyOrder": [
"checks",
"polling"
],
"required": [
"checks"
],

View File

@@ -1,6 +1,196 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"anyOf": [
{
"$ref": "#/definitions/RecentActivityRuleJSONConfig"
},
{
"$ref": "#/definitions/RepeatActivityJSONConfig"
},
{
"$ref": "#/definitions/AuthorRuleJSONConfig"
},
{
"$ref": "#/definitions/AttributionJSONConfig"
},
{
"$ref": "#/definitions/HistoryJSONConfig"
},
{
"type": "string"
}
],
"definitions": {
"ActivityWindowCriteria": {
"additionalProperties": false,
"description": "If both properties are defined then the first criteria met will be used IE if # of activities = count before duration is reached then count will be used, or vice versa",
"minProperties": 1,
"properties": {
"count": {
"description": "The number of activities (submission/comments) to consider",
"type": "number"
},
"duration": {
"anyOf": [
{
"$ref": "#/definitions/DurationObject"
},
{
"type": "string"
}
],
"description": "An ISO 8601 duration or Day.js duration object.\n\nThe duration will be subtracted from the time when the rule is run to create a time range like this:\n\nendTime = NOW <----> startTime = (NOW - duration)\n\nEX endTime = 3:00PM <----> startTime = (NOW - 15 minutes) = 2:45PM -- so look for activities between 2:45PM and 3:00PM",
"examples": [
"PT1M",
{
"minutes": 15
}
]
}
},
"type": "object"
},
"AttributionCriteria": {
"properties": {
"minActivityCount": {
"default": 5,
"description": "The minimum number of activities that must exist for this criteria to run",
"type": "number"
},
"name": {
"type": "string"
},
"threshold": {
"default": "10%",
"description": "The number or percentage to trigger this rule at\n\n* If `threshold` is a `number` then it is the absolute number of attribution instances to trigger at\n* If `threshold` is a `string` with percentage (EX `40%`) then it is the percentage of the total (see `lookAt`) this attribution must reach to trigger",
"type": [
"string",
"number"
]
},
"thresholdOn": {
"default": "all",
"description": "What activities to use for total count when determining what percentage an attribution comprises\n\nEX:\n\nAuthor has 100 activities, 40 are submissions and 60 are comments\n\n* If `submission` then if 10 submission are for Youtube Channel A then percentage => 10/40 = 25%\n* If `all` then if 10 submission are for Youtube Channel A then percentage => 10/100 = 10%",
"enum": [
"all",
"submissions"
],
"type": "string"
},
"window": {
"anyOf": [
{
"$ref": "#/definitions/DurationObject"
},
{
"$ref": "#/definitions/ActivityWindowCriteria"
},
{
"type": [
"string",
"number"
]
}
]
}
},
"required": [
"threshold",
"window"
],
"type": "object"
},
"AttributionJSONConfig": {
"description": "Aggregates all of the domain/media accounts attributed to an author's Submission history. If any domain is over the threshold the rule is triggered\n\nAvailable data for [Action templating](https://github.com/FoxxMD/reddit-context-bot#action-templating):\n\n```\ncount => Total number of repeat Submissions\nthreshold => The threshold you configured for this Rule to trigger\nurl => Url of the submission that triggered the rule\n```",
"properties": {
"aggregateMediaDomains": {
"default": false,
"description": "Should the rule aggregate recognized media domains into the parent domain?\n\nSubmissions to major media domains (youtube, vimeo) can be identified by individual Channel/Author...\n\n* If `false` then aggregate will occur at the channel level IE Youtube Channel A (2 counts), Youtube Channel B (3 counts)\n* If `true` then then aggregation will occur at the domain level IE youtube.com (5 counts)",
"type": "boolean"
},
"authors": {
"additionalProperties": false,
"description": "If present then these Author criteria are checked before running the rule. If criteria fails then the rule is skipped.",
"minProperties": 1,
"type": "object"
},
"criteria": {
"description": "A list threshold-window values to test attribution against\n\nIf none is provided the default set used is:\n\n```\nthreshold: 10%\nwindow: 100\n```",
"items": {
"$ref": "#/definitions/AttributionCriteria"
},
"minItems": 1,
"type": "array"
},
"criteriaJoin": {
"description": "* If `OR` then any set of AttributionCriteria that produce an Attribution over the threshold will trigger the rule.\n* If `AND` then all AttributionCriteria sets must product an Attribution over the threshold to trigger the rule.",
"enum": [
"AND",
"OR"
],
"type": "string"
},
"exclude": {
"description": "Do not include Submissions from this list of Subreddits.\n\nA list of subreddits (case-insensitive) to look for. Do not include \"r/\" prefix.\n\nEX to match against /r/mealtimevideos and /r/askscience use [\"mealtimevideos\",\"askscience\"]",
"examples": [
"mealtimevideos",
"askscience"
],
"items": {
"type": "string"
},
"minItems": 1,
"type": "array"
},
"include": {
"description": "Only include Submissions from this list of Subreddits.\n\nA list of subreddits (case-insensitive) to look for. Do not include \"r/\" prefix.\n\nEX to match against /r/mealtimevideos and /r/askscience use [\"mealtimevideos\",\"askscience\"]",
"examples": [
"mealtimevideos",
"askscience"
],
"items": {
"type": "string"
},
"minItems": 1,
"type": "array"
},
"includeSelf": {
"default": false,
"description": "Include reddit `self.*` domains in aggregation?\n\nSelf-posts are aggregated under the domain `self.[subreddit]`. If you wish to include these domains in aggregation set this to `true`",
"type": "boolean"
},
"kind": {
"description": "The kind of rule to run",
"enum": [
"attribution"
],
"type": "string"
},
"lookAt": {
"default": "all",
"description": "Determines which type of attribution to look at\n\n* If `media` then only the author's submission history which reddit recognizes as media (youtube, vimeo, etc.) will be considered\n* If `all` then all domains (EX youtube.com, twitter.com) from the author's submission history will be considered",
"enum": [
"all",
"media"
],
"type": "string"
},
"name": {
"description": "An optional, but highly recommended, friendly name for this rule. If not present will default to `kind`.\n\nCan only contain letters, numbers, underscore, spaces, and dashes\n\nname is used to reference Rule result data during Action content templating. See CommentAction or ReportAction for more details.",
"pattern": "^[a-zA-Z]([\\w -]*[\\w])?$",
"type": "string"
},
"useSubmissionAsReference": {
"default": true,
"description": "If activity is a Submission and is a link (not self-post) then only look at Submissions that contain this link, otherwise consider all activities.",
"type": "boolean"
}
},
"required": [
"kind"
],
"type": "object"
},
"AuthorCriteria": {
"additionalProperties": false,
"description": "Criteria with which to test against the author of an Activity. The outcome of the test is based on:\n\n1. All present properties passing and\n2. If a property is a list then any value from the list matching",
@@ -36,19 +226,16 @@
"type": "array"
}
},
"propertyOrder": [
"name",
"flairCssClass",
"flairText",
"isMod"
],
"type": "object"
},
"AuthorOptions": {
"additionalProperties": false,
"description": "If present then these Author criteria are checked before running the rule. If criteria fails then the rule is skipped.",
"minProperties": 1,
"AuthorRuleJSONConfig": {
"properties": {
"authors": {
"additionalProperties": false,
"description": "If present then these Author criteria are checked before running the rule. If criteria fails then the rule is skipped.",
"minProperties": 1,
"type": "object"
},
"exclude": {
"description": "Only runs if include is not present. Will \"pass\" if any of set of the AuthorCriteria does not pass",
"items": {
@@ -62,45 +249,448 @@
"$ref": "#/definitions/AuthorCriteria"
},
"type": "array"
},
"kind": {
"description": "The kind of rule to run",
"enum": [
"author"
],
"type": "string"
},
"name": {
"description": "An optional, but highly recommended, friendly name for this rule. If not present will default to `kind`.\n\nCan only contain letters, numbers, underscore, spaces, and dashes\n\nname is used to reference Rule result data during Action content templating. See CommentAction or ReportAction for more details.",
"pattern": "^[a-zA-Z]([\\w -]*[\\w])?$",
"type": "string"
}
},
"propertyOrder": [
"required": [
"exclude",
"include",
"exclude"
"kind"
],
"type": "object"
},
"CommentThresholdCriteria": {
"properties": {
"asOp": {
"description": "If `true` then when threshold...\n\n* is `number` it will be number of comments where author is OP\n* is `percent` it will be **percent of total comments where author is OP**",
"type": "boolean"
},
"condition": {
"enum": [
"<",
"<=",
">",
">="
],
"type": "string"
},
"threshold": {
"default": "10%",
"description": "The number or percentage to trigger this criteria at\n\n* If `threshold` is a `number` then it is the absolute number of items to trigger at\n* If `threshold` is a `string` with percentage (EX `40%`) then it is the percentage of the total this item must reach to trigger",
"type": [
"string",
"number"
]
}
},
"required": [
"condition",
"threshold"
],
"type": "object"
},
"DurationObject": {
"additionalProperties": false,
"description": "A Day.js duration object\n\nhttps://day.js.org/docs/en/durations/creating",
"minProperties": 1,
"properties": {
"days": {
"type": "number"
},
"hours": {
"type": "number"
},
"minutes": {
"type": "number"
},
"months": {
"type": "number"
},
"seconds": {
"type": "number"
},
"weeks": {
"type": "number"
},
"years": {
"type": "number"
}
},
"type": "object"
},
"HistoryCriteria": {
"description": "If both `submission` and `comment` are defined then criteria will only trigger if BOTH thresholds are met",
"properties": {
"comment": {
"$ref": "#/definitions/CommentThresholdCriteria"
},
"minActivityCount": {
"default": 5,
"description": "The minimum number of activities that must exist from the `window` results for this criteria to run",
"type": "number"
},
"name": {
"type": "string"
},
"submission": {
"$ref": "#/definitions/ThresholdCriteria"
},
"window": {
"anyOf": [
{
"$ref": "#/definitions/DurationObject"
},
{
"$ref": "#/definitions/ActivityWindowCriteria"
},
{
"type": [
"string",
"number"
]
}
],
"description": "Window defining Activities to consider (both Comment/Submission)"
}
},
"required": [
"window"
],
"type": "object"
},
"HistoryJSONConfig": {
"description": "Aggregates an Author's submission and comment history. Rule can be triggered on count/percent of total (for either or both comment/sub totals) as well as comment OP total.\n\nAvailable data for [Action templating](https://github.com/FoxxMD/reddit-context-bot#action-templating):\n\n```\nactivityTotal => Total number of activities\nsubmissionTotal => Total number of submissions\ncommentTotal => Total number of comments\nopTotal => Total number of comments as OP\nthresholdSummary => A text summary of the first Criteria triggered with totals/percentages\ncriteria => The ThresholdCriteria object\nwindow => A text summary of the range of Activities considered (# of Items if number, time range if Duration)\n```",
"properties": {
"authors": {
"additionalProperties": false,
"description": "If present then these Author criteria are checked before running the rule. If criteria fails then the rule is skipped.",
"minProperties": 1,
"type": "object"
},
"criteria": {
"description": "A list threshold-window values to test activities against.",
"items": {
"$ref": "#/definitions/HistoryCriteria"
},
"minItems": 1,
"type": "array"
},
"criteriaJoin": {
"description": "* If `OR` then any set of Criteria that pass will trigger the Rule\n* If `AND` then all Criteria sets must pass to trigger the Rule",
"enum": [
"AND",
"OR"
],
"type": "string"
},
"exclude": {
"description": "Do not include Submissions from this list of Subreddits.\n\nA list of subreddits (case-insensitive) to look for. Do not include \"r/\" prefix.\n\nEX to match against /r/mealtimevideos and /r/askscience use [\"mealtimevideos\",\"askscience\"]",
"examples": [
"mealtimevideos",
"askscience"
],
"items": {
"type": "string"
},
"minItems": 1,
"type": "array"
},
"include": {
"description": "Only include Submissions from this list of Subreddits.\n\nA list of subreddits (case-insensitive) to look for. Do not include \"r/\" prefix.\n\nEX to match against /r/mealtimevideos and /r/askscience use [\"mealtimevideos\",\"askscience\"]",
"examples": [
"mealtimevideos",
"askscience"
],
"items": {
"type": "string"
},
"minItems": 1,
"type": "array"
},
"kind": {
"description": "The kind of rule to run",
"enum": [
"history"
],
"type": "string"
},
"name": {
"description": "An optional, but highly recommended, friendly name for this rule. If not present will default to `kind`.\n\nCan only contain letters, numbers, underscore, spaces, and dashes\n\nname is used to reference Rule result data during Action content templating. See CommentAction or ReportAction for more details.",
"pattern": "^[a-zA-Z]([\\w -]*[\\w])?$",
"type": "string"
}
},
"required": [
"criteria",
"kind"
],
"type": "object"
},
"RecentActivityRuleJSONConfig": {
"description": "Checks a user's history for any Activity (Submission/Comment) in the subreddits specified in thresholds\n\nAvailable data for [Action templating](https://github.com/FoxxMD/reddit-context-bot#action-templating):\n\n```\nsummary => comma-deliminated list of subreddits that hit the threshold and their count EX subredditA(1), subredditB(4),...\nsubCount => Total number of subreddits that hit the threshold\ntotalCount => Total number of all activity occurrences in subreddits\n```",
"properties": {
"authors": {
"additionalProperties": false,
"description": "If present then these Author criteria are checked before running the rule. If criteria fails then the rule is skipped.",
"minProperties": 1,
"type": "object"
},
"kind": {
"description": "The kind of rule to run",
"enum": [
"recentActivity"
],
"type": "string"
},
"lookAt": {
"description": "If present restricts the activities that are considered for count from SubThreshold",
"enum": [
"comments",
"submissions"
],
"type": "string"
},
"name": {
"description": "An optional, but highly recommended, friendly name for this rule. If not present will default to `kind`.\n\nCan only contain letters, numbers, underscore, spaces, and dashes\n\nname is used to reference Rule result data during Action content templating. See CommentAction or ReportAction for more details.",
"pattern": "^[a-zA-Z]([\\w -]*[\\w])?$",
"type": "string"
},
"thresholds": {
"description": "A list of subreddits/count criteria that may trigger this rule. ANY SubThreshold will trigger this rule.",
"items": {
"$ref": "#/definitions/SubThreshold"
},
"minItems": 1,
"type": "array"
},
"useSubmissionAsReference": {
"default": true,
"description": "If activity is a Submission and is a link (not self-post) then only look at Submissions that contain this link, otherwise consider all activities.",
"type": "boolean"
},
"window": {
"anyOf": [
{
"$ref": "#/definitions/DurationObject"
},
{
"$ref": "#/definitions/ActivityWindowCriteria"
},
{
"type": [
"string",
"number"
]
}
],
"default": 15,
"description": "Criteria for defining what set of activities should be considered.\n\nThe value of this property may be either count OR duration -- to use both write it as an ActivityWindowCriteria\n\nSee ActivityWindowCriteria for descriptions of what count/duration do",
"examples": [
15,
"PT1M",
{
"count": 10
},
{
"duration": {
"hours": 5
}
},
{
"count": 5,
"duration": {
"minutes": 15
}
}
]
}
},
"required": [
"kind",
"thresholds"
],
"type": "object"
},
"RepeatActivityJSONConfig": {
"description": "Checks a user's history for Submissions with identical content\n\nAvailable data for [Action templating](https://github.com/FoxxMD/reddit-context-bot#action-templating):\n\n```\ncount => Total number of repeat Submissions\nthreshold => The threshold you configured for this Rule to trigger\nurl => Url of the submission that triggered the rule\n```",
"properties": {
"authors": {
"additionalProperties": false,
"description": "If present then these Author criteria are checked before running the rule. If criteria fails then the rule is skipped.",
"minProperties": 1,
"type": "object"
},
"exclude": {
"description": "Do not include Submissions from this list of Subreddits.\n\nA list of subreddits (case-insensitive) to look for. Do not include \"r/\" prefix.\n\nEX to match against /r/mealtimevideos and /r/askscience use [\"mealtimevideos\",\"askscience\"]",
"examples": [
"mealtimevideos",
"askscience"
],
"items": {
"type": "string"
},
"minItems": 1,
"type": "array"
},
"gapAllowance": {
"description": "The number of allowed non-identical Submissions between identical Submissions that can be ignored when checking against the threshold value",
"type": "number"
},
"include": {
"description": "Only include Submissions from this list of Subreddits.\n\nA list of subreddits (case-insensitive) to look for. Do not include \"r/\" prefix.\n\nEX to match against /r/mealtimevideos and /r/askscience use [\"mealtimevideos\",\"askscience\"]",
"examples": [
"mealtimevideos",
"askscience"
],
"items": {
"type": "string"
},
"minItems": 1,
"type": "array"
},
"kind": {
"description": "The kind of rule to run",
"enum": [
"repeatActivity"
],
"type": "string"
},
"lookAt": {
"default": "all",
"description": "If present determines which activities to consider for gapAllowance.\n\n* If `submissions` then only the author's submission history is considered IE gapAllowance = 2 ===> can have gap of two submissions between repeats\n* If `all` then the author's entire history (submissions/comments) is considered IE gapAllowance = 2 ===> can only have gap of two activities (submissions or comments) between repeats",
"enum": [
"all",
"submissions"
],
"type": "string"
},
"name": {
"description": "An optional, but highly recommended, friendly name for this rule. If not present will default to `kind`.\n\nCan only contain letters, numbers, underscore, spaces, and dashes\n\nname is used to reference Rule result data during Action content templating. See CommentAction or ReportAction for more details.",
"pattern": "^[a-zA-Z]([\\w -]*[\\w])?$",
"type": "string"
},
"threshold": {
"default": 5,
"description": "The number of repeat submissions that will trigger the rule",
"type": "number"
},
"useSubmissionAsReference": {
"default": true,
"description": "If activity is a Submission and is a link (not self-post) then only look at Submissions that contain this link, otherwise consider all activities.",
"type": "boolean"
},
"window": {
"anyOf": [
{
"$ref": "#/definitions/DurationObject"
},
{
"$ref": "#/definitions/ActivityWindowCriteria"
},
{
"type": [
"string",
"number"
]
}
],
"default": 15,
"description": "Criteria for defining what set of activities should be considered.\n\nThe value of this property may be either count OR duration -- to use both write it as an ActivityWindowCriteria\n\nSee ActivityWindowCriteria for descriptions of what count/duration do",
"examples": [
15,
"PT1M",
{
"count": 10
},
{
"duration": {
"hours": 5
}
},
{
"count": 5,
"duration": {
"minutes": 15
}
}
]
}
},
"required": [
"kind"
],
"type": "object"
},
"SubThreshold": {
"additionalProperties": false,
"description": "At least one count property must be present. If both are present then either can trigger the rule",
"minProperties": 1,
"properties": {
"count": {
"description": "The number of activities in each subreddit from the list that will trigger this rule",
"minimum": 1,
"type": "number"
},
"subreddits": {
"description": "A list of subreddits (case-insensitive) to look for. Do not include \"r/\" prefix.\n\nEX to match against /r/mealtimevideos and /r/askscience use [\"mealtimevideos\",\"askscience\"]",
"examples": [
"mealtimevideos",
"askscience"
],
"items": {
"type": "string"
},
"minItems": 1,
"type": "array"
},
"totalCount": {
"description": "The total number of activities across all listed subreddits that will trigger this rule",
"minimum": 1,
"type": "number"
}
},
"required": [
"subreddits"
],
"type": "object"
},
"ThresholdCriteria": {
"properties": {
"condition": {
"enum": [
"<",
"<=",
">",
">="
],
"type": "string"
},
"threshold": {
"default": "10%",
"description": "The number or percentage to trigger this criteria at\n\n* If `threshold` is a `number` then it is the absolute number of items to trigger at\n* If `threshold` is a `string` with percentage (EX `40%`) then it is the percentage of the total this item must reach to trigger",
"type": [
"string",
"number"
]
}
},
"required": [
"condition",
"threshold"
],
"type": "object"
}
},
"properties": {
"authors": {
"$ref": "#/definitions/AuthorOptions",
"additionalProperties": false,
"description": "If present then these Author criteria are checked before running the rule. If criteria fails then the rule is skipped.",
"minProperties": 1
},
"kind": {
"description": "The kind of rule to run",
"enum": [
"author",
"recentActivity",
"repeatSubmission"
],
"type": "string"
},
"name": {
"description": "An optional, but highly recommended, friendly name for this rule. If not present will default to `kind`.\n\nCan only contain letters, numbers, underscore, spaces, and dashes\n\nname is used to reference Rule result data during Action content templating. See CommentAction or ReportAction for more details.",
"pattern": "^[a-zA-Z]([\\w -]*[\\w])?$",
"type": "string"
}
},
"propertyOrder": [
"kind",
"name",
"authors"
],
"required": [
"kind"
],
"type": "object"
}
}

View File

@@ -28,9 +28,146 @@
]
}
},
"propertyOrder": [
"count",
"duration"
"type": "object"
},
"AttributionCriteria": {
"properties": {
"minActivityCount": {
"default": 5,
"description": "The minimum number of activities that must exist for this criteria to run",
"type": "number"
},
"name": {
"type": "string"
},
"threshold": {
"default": "10%",
"description": "The number or percentage to trigger this rule at\n\n* If `threshold` is a `number` then it is the absolute number of attribution instances to trigger at\n* If `threshold` is a `string` with percentage (EX `40%`) then it is the percentage of the total (see `lookAt`) this attribution must reach to trigger",
"type": [
"string",
"number"
]
},
"thresholdOn": {
"default": "all",
"description": "What activities to use for total count when determining what percentage an attribution comprises\n\nEX:\n\nAuthor has 100 activities, 40 are submissions and 60 are comments\n\n* If `submission` then if 10 submission are for Youtube Channel A then percentage => 10/40 = 25%\n* If `all` then if 10 submission are for Youtube Channel A then percentage => 10/100 = 10%",
"enum": [
"all",
"submissions"
],
"type": "string"
},
"window": {
"anyOf": [
{
"$ref": "#/definitions/DurationObject"
},
{
"$ref": "#/definitions/ActivityWindowCriteria"
},
{
"type": [
"string",
"number"
]
}
]
}
},
"required": [
"threshold",
"window"
],
"type": "object"
},
"AttributionJSONConfig": {
"description": "Aggregates all of the domain/media accounts attributed to an author's Submission history. If any domain is over the threshold the rule is triggered\n\nAvailable data for [Action templating](https://github.com/FoxxMD/reddit-context-bot#action-templating):\n\n```\ncount => Total number of repeat Submissions\nthreshold => The threshold you configured for this Rule to trigger\nurl => Url of the submission that triggered the rule\n```",
"properties": {
"aggregateMediaDomains": {
"default": false,
"description": "Should the rule aggregate recognized media domains into the parent domain?\n\nSubmissions to major media domains (youtube, vimeo) can be identified by individual Channel/Author...\n\n* If `false` then aggregate will occur at the channel level IE Youtube Channel A (2 counts), Youtube Channel B (3 counts)\n* If `true` then then aggregation will occur at the domain level IE youtube.com (5 counts)",
"type": "boolean"
},
"authors": {
"additionalProperties": false,
"description": "If present then these Author criteria are checked before running the rule. If criteria fails then the rule is skipped.",
"minProperties": 1,
"type": "object"
},
"criteria": {
"description": "A list threshold-window values to test attribution against\n\nIf none is provided the default set used is:\n\n```\nthreshold: 10%\nwindow: 100\n```",
"items": {
"$ref": "#/definitions/AttributionCriteria"
},
"minItems": 1,
"type": "array"
},
"criteriaJoin": {
"description": "* If `OR` then any set of AttributionCriteria that produce an Attribution over the threshold will trigger the rule.\n* If `AND` then all AttributionCriteria sets must product an Attribution over the threshold to trigger the rule.",
"enum": [
"AND",
"OR"
],
"type": "string"
},
"exclude": {
"description": "Do not include Submissions from this list of Subreddits.\n\nA list of subreddits (case-insensitive) to look for. Do not include \"r/\" prefix.\n\nEX to match against /r/mealtimevideos and /r/askscience use [\"mealtimevideos\",\"askscience\"]",
"examples": [
"mealtimevideos",
"askscience"
],
"items": {
"type": "string"
},
"minItems": 1,
"type": "array"
},
"include": {
"description": "Only include Submissions from this list of Subreddits.\n\nA list of subreddits (case-insensitive) to look for. Do not include \"r/\" prefix.\n\nEX to match against /r/mealtimevideos and /r/askscience use [\"mealtimevideos\",\"askscience\"]",
"examples": [
"mealtimevideos",
"askscience"
],
"items": {
"type": "string"
},
"minItems": 1,
"type": "array"
},
"includeSelf": {
"default": false,
"description": "Include reddit `self.*` domains in aggregation?\n\nSelf-posts are aggregated under the domain `self.[subreddit]`. If you wish to include these domains in aggregation set this to `true`",
"type": "boolean"
},
"kind": {
"description": "The kind of rule to run",
"enum": [
"attribution"
],
"type": "string"
},
"lookAt": {
"default": "all",
"description": "Determines which type of attribution to look at\n\n* If `media` then only the author's submission history which reddit recognizes as media (youtube, vimeo, etc.) will be considered\n* If `all` then all domains (EX youtube.com, twitter.com) from the author's submission history will be considered",
"enum": [
"all",
"media"
],
"type": "string"
},
"name": {
"description": "An optional, but highly recommended, friendly name for this rule. If not present will default to `kind`.\n\nCan only contain letters, numbers, underscore, spaces, and dashes\n\nname is used to reference Rule result data during Action content templating. See CommentAction or ReportAction for more details.",
"pattern": "^[a-zA-Z]([\\w -]*[\\w])?$",
"type": "string"
},
"useSubmissionAsReference": {
"default": true,
"description": "If activity is a Submission and is a link (not self-post) then only look at Submissions that contain this link, otherwise consider all activities.",
"type": "boolean"
}
},
"required": [
"kind"
],
"type": "object"
},
@@ -69,47 +206,15 @@
"type": "array"
}
},
"propertyOrder": [
"name",
"flairCssClass",
"flairText",
"isMod"
],
"type": "object"
},
"AuthorOptions": {
"additionalProperties": false,
"description": "If present then these Author criteria are checked before running the rule. If criteria fails then the rule is skipped.",
"minProperties": 1,
"properties": {
"exclude": {
"description": "Only runs if include is not present. Will \"pass\" if any of set of the AuthorCriteria does not pass",
"items": {
"$ref": "#/definitions/AuthorCriteria"
},
"type": "array"
},
"include": {
"description": "Will \"pass\" if any set of AuthorCriteria passes",
"items": {
"$ref": "#/definitions/AuthorCriteria"
},
"type": "array"
}
},
"propertyOrder": [
"include",
"exclude"
],
"type": "object"
},
"AuthorRuleJSONConfig": {
"properties": {
"authors": {
"$ref": "#/definitions/AuthorOptions",
"additionalProperties": false,
"description": "If present then these Author criteria are checked before running the rule. If criteria fails then the rule is skipped.",
"minProperties": 1
"minProperties": 1,
"type": "object"
},
"exclude": {
"description": "Only runs if include is not present. Will \"pass\" if any of set of the AuthorCriteria does not pass",
@@ -138,13 +243,6 @@
"type": "string"
}
},
"propertyOrder": [
"kind",
"include",
"exclude",
"name",
"authors"
],
"required": [
"exclude",
"include",
@@ -152,6 +250,36 @@
],
"type": "object"
},
"CommentThresholdCriteria": {
"properties": {
"asOp": {
"description": "If `true` then when threshold...\n\n* is `number` it will be number of comments where author is OP\n* is `percent` it will be **percent of total comments where author is OP**",
"type": "boolean"
},
"condition": {
"enum": [
"<",
"<=",
">",
">="
],
"type": "string"
},
"threshold": {
"default": "10%",
"description": "The number or percentage to trigger this criteria at\n\n* If `threshold` is a `number` then it is the absolute number of items to trigger at\n* If `threshold` is a `string` with percentage (EX `40%`) then it is the percentage of the total this item must reach to trigger",
"type": [
"string",
"number"
]
}
},
"required": [
"condition",
"threshold"
],
"type": "object"
},
"DurationObject": {
"additionalProperties": false,
"description": "A Day.js duration object\n\nhttps://day.js.org/docs/en/durations/creating",
@@ -179,14 +307,113 @@
"type": "number"
}
},
"propertyOrder": [
"seconds",
"minutes",
"hours",
"days",
"weeks",
"months",
"years"
"type": "object"
},
"HistoryCriteria": {
"description": "If both `submission` and `comment` are defined then criteria will only trigger if BOTH thresholds are met",
"properties": {
"comment": {
"$ref": "#/definitions/CommentThresholdCriteria"
},
"minActivityCount": {
"default": 5,
"description": "The minimum number of activities that must exist from the `window` results for this criteria to run",
"type": "number"
},
"name": {
"type": "string"
},
"submission": {
"$ref": "#/definitions/ThresholdCriteria"
},
"window": {
"anyOf": [
{
"$ref": "#/definitions/DurationObject"
},
{
"$ref": "#/definitions/ActivityWindowCriteria"
},
{
"type": [
"string",
"number"
]
}
],
"description": "Window defining Activities to consider (both Comment/Submission)"
}
},
"required": [
"window"
],
"type": "object"
},
"HistoryJSONConfig": {
"description": "Aggregates an Author's submission and comment history. Rule can be triggered on count/percent of total (for either or both comment/sub totals) as well as comment OP total.\n\nAvailable data for [Action templating](https://github.com/FoxxMD/reddit-context-bot#action-templating):\n\n```\nactivityTotal => Total number of activities\nsubmissionTotal => Total number of submissions\ncommentTotal => Total number of comments\nopTotal => Total number of comments as OP\nthresholdSummary => A text summary of the first Criteria triggered with totals/percentages\ncriteria => The ThresholdCriteria object\nwindow => A text summary of the range of Activities considered (# of Items if number, time range if Duration)\n```",
"properties": {
"authors": {
"additionalProperties": false,
"description": "If present then these Author criteria are checked before running the rule. If criteria fails then the rule is skipped.",
"minProperties": 1,
"type": "object"
},
"criteria": {
"description": "A list threshold-window values to test activities against.",
"items": {
"$ref": "#/definitions/HistoryCriteria"
},
"minItems": 1,
"type": "array"
},
"criteriaJoin": {
"description": "* If `OR` then any set of Criteria that pass will trigger the Rule\n* If `AND` then all Criteria sets must pass to trigger the Rule",
"enum": [
"AND",
"OR"
],
"type": "string"
},
"exclude": {
"description": "Do not include Submissions from this list of Subreddits.\n\nA list of subreddits (case-insensitive) to look for. Do not include \"r/\" prefix.\n\nEX to match against /r/mealtimevideos and /r/askscience use [\"mealtimevideos\",\"askscience\"]",
"examples": [
"mealtimevideos",
"askscience"
],
"items": {
"type": "string"
},
"minItems": 1,
"type": "array"
},
"include": {
"description": "Only include Submissions from this list of Subreddits.\n\nA list of subreddits (case-insensitive) to look for. Do not include \"r/\" prefix.\n\nEX to match against /r/mealtimevideos and /r/askscience use [\"mealtimevideos\",\"askscience\"]",
"examples": [
"mealtimevideos",
"askscience"
],
"items": {
"type": "string"
},
"minItems": 1,
"type": "array"
},
"kind": {
"description": "The kind of rule to run",
"enum": [
"history"
],
"type": "string"
},
"name": {
"description": "An optional, but highly recommended, friendly name for this rule. If not present will default to `kind`.\n\nCan only contain letters, numbers, underscore, spaces, and dashes\n\nname is used to reference Rule result data during Action content templating. See CommentAction or ReportAction for more details.",
"pattern": "^[a-zA-Z]([\\w -]*[\\w])?$",
"type": "string"
}
},
"required": [
"criteria",
"kind"
],
"type": "object"
},
@@ -194,10 +421,10 @@
"description": "Checks a user's history for any Activity (Submission/Comment) in the subreddits specified in thresholds\n\nAvailable data for [Action templating](https://github.com/FoxxMD/reddit-context-bot#action-templating):\n\n```\nsummary => comma-deliminated list of subreddits that hit the threshold and their count EX subredditA(1), subredditB(4),...\nsubCount => Total number of subreddits that hit the threshold\ntotalCount => Total number of all activity occurrences in subreddits\n```",
"properties": {
"authors": {
"$ref": "#/definitions/AuthorOptions",
"additionalProperties": false,
"description": "If present then these Author criteria are checked before running the rule. If criteria fails then the rule is skipped.",
"minProperties": 1
"minProperties": 1,
"type": "object"
},
"kind": {
"description": "The kind of rule to run",
@@ -269,29 +496,20 @@
]
}
},
"propertyOrder": [
"kind",
"lookAt",
"thresholds",
"window",
"useSubmissionAsReference",
"name",
"authors"
],
"required": [
"kind",
"thresholds"
],
"type": "object"
},
"RepeatSubmissionJSONConfig": {
"RepeatActivityJSONConfig": {
"description": "Checks a user's history for Submissions with identical content\n\nAvailable data for [Action templating](https://github.com/FoxxMD/reddit-context-bot#action-templating):\n\n```\ncount => Total number of repeat Submissions\nthreshold => The threshold you configured for this Rule to trigger\nurl => Url of the submission that triggered the rule\n```",
"properties": {
"authors": {
"$ref": "#/definitions/AuthorOptions",
"additionalProperties": false,
"description": "If present then these Author criteria are checked before running the rule. If criteria fails then the rule is skipped.",
"minProperties": 1
"minProperties": 1,
"type": "object"
},
"exclude": {
"description": "Do not include Submissions from this list of Subreddits.\n\nA list of subreddits (case-insensitive) to look for. Do not include \"r/\" prefix.\n\nEX to match against /r/mealtimevideos and /r/askscience use [\"mealtimevideos\",\"askscience\"]",
@@ -324,7 +542,16 @@
"kind": {
"description": "The kind of rule to run",
"enum": [
"repeatSubmission"
"repeatActivity"
],
"type": "string"
},
"lookAt": {
"default": "all",
"description": "If present determines which activities to consider for gapAllowance.\n\n* If `submissions` then only the author's submission history is considered IE gapAllowance = 2 ===> can have gap of two submissions between repeats\n* If `all` then the author's entire history (submissions/comments) is considered IE gapAllowance = 2 ===> can only have gap of two activities (submissions or comments) between repeats",
"enum": [
"all",
"submissions"
],
"type": "string"
},
@@ -380,26 +607,17 @@
]
}
},
"propertyOrder": [
"kind",
"threshold",
"gapAllowance",
"include",
"exclude",
"window",
"useSubmissionAsReference",
"name",
"authors"
],
"required": [
"kind"
],
"type": "object"
},
"SubThreshold": {
"additionalProperties": false,
"description": "At least one count property must be present. If both are present then either can trigger the rule",
"minProperties": 1,
"properties": {
"count": {
"default": 1,
"description": "The number of activities in each subreddit from the list that will trigger this rule",
"minimum": 1,
"type": "number"
@@ -415,23 +633,50 @@
},
"minItems": 1,
"type": "array"
},
"totalCount": {
"description": "The total number of activities across all listed subreddits that will trigger this rule",
"minimum": 1,
"type": "number"
}
},
"propertyOrder": [
"count",
"subreddits"
],
"required": [
"subreddits"
],
"type": "object"
},
"ThresholdCriteria": {
"properties": {
"condition": {
"enum": [
"<",
"<=",
">",
">="
],
"type": "string"
},
"threshold": {
"default": "10%",
"description": "The number or percentage to trigger this criteria at\n\n* If `threshold` is a `number` then it is the absolute number of items to trigger at\n* If `threshold` is a `string` with percentage (EX `40%`) then it is the percentage of the total this item must reach to trigger",
"type": [
"string",
"number"
]
}
},
"required": [
"condition",
"threshold"
],
"type": "object"
}
},
"description": "A RuleSet is a \"nested\" set of Rules that can be used to create more complex AND/OR behavior. Think of the outcome of a RuleSet as the result of all of it's Rules (based on condition)",
"description": "A RuleSet is a \"nested\" set of `Rule` objects that can be used to create more complex AND/OR behavior. Think of the outcome of a `RuleSet` as the result of all of its run `Rule` objects (based on `condition`)",
"properties": {
"condition": {
"default": "AND",
"description": "Under what condition should a set of rules be considered \"successful\"?\n\nIf \"OR\" then ANY triggered rule results in success.\n\nIf \"AND\" then ALL rules must be triggered to result in success.",
"description": "Under what condition should a set of run `Rule` objects be considered \"successful\"?\n\nIf `OR` then **any** triggered `Rule` object results in success.\n\nIf `AND` then **all** `Rule` objects must be triggered to result in success.",
"enum": [
"AND",
"OR"
@@ -439,16 +684,26 @@
"type": "string"
},
"rules": {
"description": "Can be `Rule` or the `name` of any **named** `Rule` in your subreddit's configuration",
"items": {
"anyOf": [
{
"$ref": "#/definitions/RecentActivityRuleJSONConfig"
},
{
"$ref": "#/definitions/RepeatSubmissionJSONConfig"
"$ref": "#/definitions/RepeatActivityJSONConfig"
},
{
"$ref": "#/definitions/AuthorRuleJSONConfig"
},
{
"$ref": "#/definitions/AttributionJSONConfig"
},
{
"$ref": "#/definitions/HistoryJSONConfig"
},
{
"type": "string"
}
]
},
@@ -456,10 +711,6 @@
"type": "array"
}
},
"propertyOrder": [
"rules",
"condition"
],
"required": [
"rules"
],

View File

@@ -4,20 +4,18 @@ import {SubmissionCheck} from "../Check/SubmissionCheck";
import {CommentCheck} from "../Check/CommentCheck";
import {
determineNewResults,
loggerMetaShuffle,
mergeArr,
} from "../util";
import {CommentStream, SubmissionStream} from "snoostorm";
import pEvent from "p-event";
import {RuleResult} from "../Rule";
import {ConfigBuilder} from "../ConfigBuilder";
import {PollingOptions} from "../Common/interfaces";
import {ManagerOptions, PollingOptions} from "../Common/interfaces";
import Submission from "snoowrap/dist/objects/Submission";
import {itemContentPeek} from "../Utils/SnoowrapUtils";
export interface ManagerOptions {
polling?: PollingOptions
}
import dayjs from "dayjs";
import LoggedError from "../Utils/LoggedError";
import CacheManager from "./SubredditCache";
export class Manager {
subreddit: Subreddit;
@@ -31,17 +29,63 @@ export class Manager {
streamSub?: SubmissionStream;
commentsListedOnce = false;
streamComments?: CommentStream;
dryRun?: boolean;
displayLabel: string;
currentLabels?: string[];
getCurrentLabels = () => {
return this.currentLabels;
}
constructor(sub: Subreddit, client: Snoowrap, logger: Logger, sourceData: object, opts: ManagerOptions = {}) {
this.logger = logger.child(loggerMetaShuffle(logger, undefined, [`r/${sub.display_name}`], {truncateLength: 40}), mergeArr);
const displayLabel = `${sub.display_name_prefixed}`;
this.displayLabel = displayLabel;
this.currentLabels = [displayLabel];
const getLabels = this.getCurrentLabels;
// dynamic default meta for winston feasible using function getters
// https://github.com/winstonjs/winston/issues/1626#issuecomment-531142958
this.logger = logger.child({
get labels() {
return getLabels()
}
}, mergeArr);
const configBuilder = new ConfigBuilder({logger: this.logger});
const [subChecks, commentChecks, configManagerOptions] = configBuilder.buildFromJson(sourceData);
const {polling = {}} = configManagerOptions || {};
const validJson = configBuilder.validateJson(sourceData);
const {checks, ...configManagerOpts} = validJson;
const {polling = {}, caching, dryRun} = configManagerOpts || {};
this.pollOptions = {...polling, ...opts.polling};
this.subreddit = sub;
this.client = client;
this.dryRun = opts.dryRun || dryRun;
const cacheConfig = caching === false ? {enabled: false, logger: this.logger} : {
...caching,
enabled: true,
logger: this.logger
};
CacheManager.get(sub.display_name, cacheConfig);
const commentChecks: Array<CommentCheck> = [];
const subChecks: Array<SubmissionCheck> = [];
const structuredChecks = configBuilder.parseToStructured(validJson);
for (const jCheck of structuredChecks) {
const checkConfig = {...jCheck, dryRun: this.dryRun || jCheck.dryRun, logger: this.logger, subredditName: sub.display_name};
if (jCheck.kind === 'comment') {
commentChecks.push(new CommentCheck(checkConfig));
} else if (jCheck.kind === 'submission') {
subChecks.push(new SubmissionCheck(checkConfig));
}
}
for (const subc of subChecks) {
this.logger.info(`Submission Check: ${subc.name}${subc.description !== undefined ? ` => ${subc.description}` : ''}`);
}
this.submissionChecks = subChecks;
for (const comm of commentChecks) {
this.logger.info(`Comment Check: ${comm.name}${comm.description !== undefined ? ` => ${comm.description}` : ''}`);
}
this.commentChecks = commentChecks;
const checkSummary = `Found Checks -- Submission: ${this.submissionChecks.length} | Comment: ${this.commentChecks.length}`;
if (subChecks.length === 0 && commentChecks.length === 0) {
@@ -51,40 +95,44 @@ export class Manager {
}
}
async runChecks(checkType: ('Comment' | 'Submission'), item: (Submission | Comment)): Promise<void> {
async runChecks(checkType: ('Comment' | 'Submission'), item: (Submission | Comment), checkNames: string[] = []): Promise<void> {
const checks = checkType === 'Comment' ? this.commentChecks : this.submissionChecks;
const itemId = await item.id;
let allRuleResults: RuleResult[] = [];
const itemIdentifier = `${checkType} ${itemId}`;
this.currentLabels = [this.displayLabel, itemIdentifier];
const [peek, _] = await itemContentPeek(item);
this.logger.debug(`New Event: ${itemIdentifier} => ${peek}`);
this.logger.info(`<EVENT> ${peek}`);
for (const check of checks) {
this.logger.debug(`Running Check ${check.name} on ${itemIdentifier}`);
let triggered = false;
let currentResults: RuleResult[] = [];
try {
const [checkTriggered, checkResults] = await check.run(item, allRuleResults);
currentResults = checkResults;
allRuleResults = allRuleResults.concat(determineNewResults(allRuleResults, checkResults));
triggered = checkTriggered;
const invokedRules = checkResults.map(x => x.name || x.premise.kind).join(' | ');
if (checkTriggered) {
this.logger.debug(`Check ${check.name} was triggered with invoked Rules: ${invokedRules}`);
} else {
this.logger.debug(`Check ${check.name} was not triggered using invoked Rule(s): ${invokedRules}`);
try {
for (const check of checks) {
if (checkNames.length > 0 && !checkNames.map(x => x.toLowerCase()).some(x => x === check.name.toLowerCase())) {
this.logger.warn(`Check ${check} not in array of requested checks to run, skipping`);
continue;
}
let triggered = false;
let currentResults: RuleResult[] = [];
try {
const [checkTriggered, checkResults] = await check.run(item, allRuleResults);
currentResults = checkResults;
allRuleResults = allRuleResults.concat(determineNewResults(allRuleResults, checkResults));
triggered = checkTriggered;
} catch (e) {
this.logger.warn(`[Check ${check.name}] Failed with error: ${e.message}`, e);
}
} catch (e) {
this.logger.warn(`Check ${check.name} on Submission (ID ${itemId}) failed with error: ${e.message}`, e);
if (triggered) {
await check.runActions(item, currentResults);
break;
}
}
if (triggered) {
// TODO give actions a name
await check.runActions(item, currentResults);
this.logger.debug(`Ran actions for Check ${check.name}`);
break;
} catch (err) {
if (!(err instanceof LoggedError)) {
this.logger.error('An unhandled error occurred while running checks', err);
}
} finally {
this.currentLabels = [this.displayLabel];
this.logger.debug(`Reddit API Rate Limit remaining: ${this.client.ratelimitRemaining}`);
}
}
@@ -105,8 +153,6 @@ export class Manager {
this.streamSub.once('listing', async (listing) => {
this.subListedOnce = true;
// for debugging
// await this.runChecks('Submission', listing[0]);
});
this.streamSub.on('item', async (item) => {
if (!this.subListedOnce) {
@@ -114,6 +160,7 @@ export class Manager {
}
await this.runChecks('Submission', item)
});
//this.streamSub.on('listing', (_) => this.logger.debug('Polled Submissions'));
}
if (this.commentChecks.length > 0) {
@@ -135,14 +182,20 @@ export class Manager {
}
await this.runChecks('Comment', item)
});
//this.streamComments.on('listing', (_) => this.logger.debug('Polled Comments'));
}
if (this.streamSub !== undefined) {
this.logger.info('Bot Running');
await pEvent(this.streamSub, 'end');
} else if (this.streamComments !== undefined) {
this.logger.info('Bot Running');
await pEvent(this.streamComments, 'end');
} else {
this.logger.warn('No submission or comment checks to run!');
this.logger.warn('No submission or comment checks to run! Bot will not run.');
return;
}
this.logger.info('Bot Stopped');
}
}

View File

@@ -0,0 +1,166 @@
import {RedditUser, Comment, Submission} from "snoowrap";
import cache from 'memory-cache';
import objectHash from 'object-hash';
import {
AuthorActivitiesOptions,
AuthorTypedActivitiesOptions,
getAuthorActivities,
testAuthorCriteria
} from "../Utils/SnoowrapUtils";
import Subreddit from 'snoowrap/dist/objects/Subreddit';
import winston, {Logger} from "winston";
import {mergeArr} from "../util";
import LoggedError from "../Utils/LoggedError";
import {SubredditCacheConfig} from "../Common/interfaces";
import {AuthorCriteria} from "../Rule";
export const WIKI_DESCRIM = 'wiki:';
export interface SubredditCacheOptions extends SubredditCacheConfig {
enabled: boolean;
logger?: Logger;
}
export class SubredditCache {
enabled: boolean;
authorTTL: number;
useSubredditAuthorCache: boolean;
wikiTTL: number;
name: string;
logger: Logger;
constructor(name: string, options?: SubredditCacheOptions) {
const {
enabled = true,
authorTTL,
wikiTTL = 300000, // 5 minutes
logger,
} = options || {};
this.enabled = manager.enabled ? enabled : false;
if (authorTTL === undefined) {
this.useSubredditAuthorCache = false;
this.authorTTL = manager.authorTTL;
} else {
this.useSubredditAuthorCache = true;
this.authorTTL = authorTTL;
}
this.wikiTTL = wikiTTL;
this.name = name;
if (logger === undefined) {
const alogger = winston.loggers.get('default')
this.logger = alogger.child({labels: [this.name, 'Resource Cache']}, mergeArr);
} else {
this.logger = logger.child({labels: ['Resource Cache']}, mergeArr);
}
}
async getAuthorActivities(user: RedditUser, options: AuthorTypedActivitiesOptions): Promise<Array<Submission | Comment>> {
const useCache = this.enabled && this.authorTTL > 0;
let hash;
if (useCache) {
const userName = user.name;
const hashObj: any = {...options, userName};
if(this.useSubredditAuthorCache) {
hashObj.subreddit = this.name;
}
hash = objectHash.sha1({...options, userName});
const cacheVal = cache.get(hash);
if (null !== cacheVal) {
this.logger.debug(`Cache Hit: ${userName} (${options.type || 'overview'})`);
return cacheVal as Array<Submission | Comment>;
}
}
const items = await getAuthorActivities(user, options);
if (useCache) {
cache.put(hash, items, this.authorTTL);
}
return Promise.resolve(items);
}
async getAuthorComments(user: RedditUser, options: AuthorActivitiesOptions): Promise<Comment[]> {
return await this.getAuthorActivities(user, {...options, type: 'comment'}) as unknown as Promise<Comment[]>;
}
async getAuthorSubmissions(user: RedditUser, options: AuthorActivitiesOptions): Promise<Submission[]> {
return await this.getAuthorActivities(user, {
...options,
type: 'submission'
}) as unknown as Promise<Submission[]>;
}
async getContent(val: string, subreddit: Subreddit): Promise<string> {
const hasWiki = val.trim().substring(0, WIKI_DESCRIM.length) === WIKI_DESCRIM;
if (!hasWiki) {
return val;
} else {
const useCache = this.enabled && this.wikiTTL > 0;
const wikiPath = val.trim().substring(WIKI_DESCRIM.length);
let hash = `${subreddit.display_name}-${wikiPath}`;
if (useCache) {
const cachedContent = cache.get(`${subreddit.display_name}-${wikiPath}`);
if (cachedContent !== null) {
this.logger.debug(`Cache Hit: ${wikiPath}`);
return cachedContent;
}
}
try {
const wikiPage = subreddit.getWikiPage(wikiPath);
const wikiContent = await wikiPage.content_md;
if (useCache) {
cache.put(hash, wikiContent, this.wikiTTL);
}
return wikiContent;
} catch (err) {
const msg = `Could not read wiki page. Please ensure the page 'https://reddit.com${subreddit.display_name_prefixed}wiki/${wikiPath}' exists and is readable`;
this.logger.error(msg, err);
throw new LoggedError(msg);
}
}
}
async testAuthorCriteria(item: (Comment|Submission), authorOpts: AuthorCriteria, include = true) {
const useCache = this.enabled && this.authorTTL > 0;
let hash;
if(useCache) {
const hashObj = {itemId: item.id, ...authorOpts, include};
hash = `authorCrit-${objectHash.sha1(hashObj)}`;
const cachedAuthorTest = cache.get(hash);
if(null !== cachedAuthorTest) {
this.logger.debug(`Cache Hit: Author Check on ${item.id}`);
return cachedAuthorTest;
}
}
const result = await testAuthorCriteria(item, authorOpts, include);
if(useCache) {
cache.put(hash, result, this.authorTTL);
}
return result;
}
}
class SubredditCacheManager {
caches: Map<string, SubredditCache> = new Map();
authorTTL: number = 10000;
enabled: boolean = true;
get(subName: string, initOptions?: SubredditCacheOptions): SubredditCache {
if (!this.caches.has(subName)) {
this.caches.set(subName, new SubredditCache(subName, initOptions))
}
return this.caches.get(subName) as SubredditCache;
}
}
const manager = new SubredditCacheManager();
export default manager;

View File

@@ -0,0 +1,82 @@
import commander, {InvalidOptionArgumentError} from "commander";
import {argParseInt, parseBool} from "../util";
export const getOptions = (): commander.Option[] => {
let options = [];
const clientId = new commander.Option('-c, --clientId <id>', 'Client ID for your Reddit application (default: process.env.CLIENT_ID)')
.default(process.env.CLIENT_ID);
clientId.required = true;
const clientSecret = new commander.Option('-e, --clientSecret <secret>', 'Client Secret for your Reddit application (default: process.env.CLIENT_SECRET)')
.default(process.env.CLIENT_SECRET);
clientSecret.required = true;
const accessToken = new commander.Option('-a, --accessToken <token>', 'Access token retrieved from authenticating an account with your Reddit Application (default: process.env.ACCESS_TOKEN)')
.default(process.env.ACCESS_TOKEN);
accessToken.required = true;
const refreshToken = new commander.Option('-r, --refreshToken <token>', 'Refresh token retrieved from authenticating an account with your Reddit Application (default: process.env.REFRESH_TOKEN)')
.default(process.env.REFRESH_TOKEN);
refreshToken.required = true;
const subreddits = new commander.Option('-s, --subreddits <list...>', 'List of subreddits to run on. Bot will run on all subs it has access to if not defined')
.default(process.env.SUBREDDITS || [], 'process.env.SUBREDDITS (comma-seperated)');
const logDir = new commander.Option('-d, --logDir <dir>', 'Absolute path to directory to store rotated logs in')
.default(process.env.LOG_DIR || `${process.cwd()}/logs`, 'process.env.LOG_DIR || process.cwd()/logs');
const logLevel = new commander.Option('-l, --logLevel <level>', 'Log level')
.default(process.env.LOG_LEVEL || 'info', 'process.env.LOG_LEVEL || info');
const wikiConfig = new commander.Option('-w, --wikiConfig <path>', 'Relative url to contextbot wiki page EX https://reddit.com/r/subreddit/wiki/<path>')
.default(process.env.WIKI_CONFIG || 'botconfig/contextbot', "process.env.WIKI_CONFIG || 'botconfig/contextbot'");
const snooDebug = new commander.Option('--snooDebug', 'Set Snoowrap to debug')
.argParser(parseBool)
.default(process.env.SNOO_DEBUG || false, 'process.env.SNOO_DEBUG || false');
const authorTTL = new commander.Option('--authorTTL <ms>', 'Set the TTL (ms) for the Author Activities shared cache')
.argParser(argParseInt)
.default(process.env.AUTHOR_TTL || 10000, 'process.env.AUTHOR_TTL || 10000');
const heartbeat = new commander.Option('--heartbeat <s>', 'Interval, in seconds, between heartbeat logs. Set to 0 to disable')
.argParser(argParseInt)
//heartbeat.defaultValueDescription = 'process.env.HEARTBEAT || 300';
.default(process.env.HEARTBEAT || 300, 'process.env.HEARTBEAT || 300');
const apiRemaining = new commander.Option('--apiLimitWarning <remaining>', 'When API limit remaining (600/10min) is lower than this value log statements for limit will be raised to WARN level')
.argParser(argParseInt)
.default(process.env.API_REMAINING || 250, 'process.env.API_REMAINING || 250');
const dryRun = new commander.Option('--dryRun', 'Set dryRun=true for all checks/actions on all subreddits (overrides any existing)')
.argParser(parseBool)
.default(process.env.DRYRUN || false, 'process.env.DRYRUN || false');
const disableCache = new commander.Option('--disableCache', 'Disable caching for all subreddits')
.argParser(parseBool)
.default(process.env.DISABLE_CACHE || false, 'process.env.DISABLE_CACHE || false');
options.push(dryRun);
options = [
clientId,
clientSecret,
accessToken,
refreshToken,
subreddits,
logDir,
logLevel,
wikiConfig,
snooDebug,
authorTTL,
heartbeat,
apiRemaining,
dryRun,
disableCache
]
return options;
}

View File

@@ -3,9 +3,10 @@ import Submission from "snoowrap/dist/objects/Submission";
import {Duration, DurationUnitsObjectType} from "dayjs/plugin/duration";
import dayjs, {Dayjs} from "dayjs";
import Mustache from "mustache";
import he from "he";
import {AuthorOptions, AuthorCriteria, RuleResult} from "../Rule";
import {ActivityWindowCriteria, ActivityWindowType} from "../Common/interfaces";
import {truncateStringToLength} from "../util";
import {normalizeName, truncateStringToLength} from "../util";
export interface AuthorTypedActivitiesOptions extends AuthorActivitiesOptions {
type?: 'comment' | 'submission',
@@ -13,12 +14,15 @@ export interface AuthorTypedActivitiesOptions extends AuthorActivitiesOptions {
export interface AuthorActivitiesOptions {
window: ActivityWindowType | Duration
chunkSize?: number
}
export async function getAuthorActivities(user: RedditUser, options: AuthorTypedActivitiesOptions): Promise<Array<Submission | Comment>> {
const {chunkSize: cs = 100} = options;
let window: number | Dayjs,
chunkSize = 30;
chunkSize = Math.min(cs, 100);
if (typeof options.window !== 'number') {
const endTime = dayjs();
let d;
@@ -54,25 +58,36 @@ export async function getAuthorActivities(user: RedditUser, options: AuthorTyped
break;
}
let hitEnd = false;
let offset = chunkSize;
while (!hitEnd) {
items = items.concat(listing);
if (typeof window === 'number') {
hitEnd = items.length >= window
hitEnd = listing.length >= window;
} else {
const lastItem = listing[listing.length - 1];
const lastUtc = await lastItem.created_utc
lastItemDate = dayjs(lastUtc);
if (lastItemDate.isBefore(window)) {
const listSlice = listing.slice(offset - chunkSize);
const truncatedItems = listSlice.filter((x) => {
const utc = x.created_utc * 1000;
const itemDate = dayjs(utc);
// @ts-ignore
return window.isBefore(itemDate);
});
if(truncatedItems.length !== listSlice.length) {
hitEnd = true;
}
items = items.concat(truncatedItems);
}
if (!hitEnd) {
hitEnd = listing.isFinished;
}
if (!hitEnd) {
listing.fetchMore({amount: chunkSize});
offset += chunkSize;
listing = await listing.fetchMore({amount: chunkSize});
} else if(typeof window === 'number') {
items = listing.slice(0, window + 1);
}
}
// TODO truncate items to window size when duration
return Promise.resolve(items);
}
@@ -107,7 +122,7 @@ export const renderContent = async (content: string, data: (Submission | Comment
} = ruleResult;
// remove all non-alphanumeric characters (spaces, dashes, underscore) and set to lowercase
// we will set this as the rule property name to make it easy to access results from mustache template
const normalName = name.trim().replace(/\W+/g, '').toLowerCase()
const normalName = normalizeName(name);
return {
...acc, [normalName]: {
kind,
@@ -118,7 +133,7 @@ export const renderContent = async (content: string, data: (Submission | Comment
};
}, {});
return Mustache.render(content, {item: templateData, rules: normalizedRuleResults});
return he.decode(Mustache.render(content, {item: templateData, rules: normalizedRuleResults}));
}
export const testAuthorCriteria = async (item: (Comment|Submission), authorOpts: AuthorCriteria, include = true) => {
@@ -186,6 +201,7 @@ export interface ItemContent {
submissionTitle: string,
content: string,
author: string,
permalink: string,
}
export const itemContentPeek = async (item: (Comment | Submission), peekLength = 200): Promise<[string, ItemContent]> => {
@@ -193,27 +209,54 @@ export const itemContentPeek = async (item: (Comment | Submission), peekLength =
let content = '';
let submissionTitle = '';
let peek = '';
// @ts-ignore
const client = item._r as Snoowrap;
const author = item.author.name;
if (item instanceof Submission) {
submissionTitle = item.title;
peek = `${truncatePeek(item.title)} by ${author}`;
peek = `${truncatePeek(item.title)} by ${author} https://reddit.com${item.permalink}`;
} else if (item instanceof Comment) {
content = truncatePeek(item.body)
try {
// @ts-ignore
const client = item._r as Snoowrap;
const client = item._r as Snoowrap; // protected? idgaf
// @ts-ignore
const commentSub = await client.getSubmission(item.link_id);
const [p, {submissionTitle: subTitle}] = await itemContentPeek(commentSub);
submissionTitle = subTitle;
peek = `${truncatePeek(content)} in ${p}`;
peek = `${truncatePeek(content)} in ${subTitle} by ${author} https://reddit.com${item.permalink}`;
} catch (err) {
// possible comment is not on a submission, just swallow
}
}
return [peek, {submissionTitle, content, author}];
return [peek, {submissionTitle, content, author, permalink: item.permalink}];
}
// @ts-ignore
export const getSubmissionFromComment = async (item: Comment): Promise<Submission> => {
try {
// @ts-ignore
const client = item._r as Snoowrap; // protected? idgaf
// @ts-ignore
return client.getSubmission(item.link_id);
} catch (err) {
// possible comment is not on a submission, just swallow
}
}
export const getAttributionIdentifier = (sub: Submission, useParentMediaDomain = false) => {
let domain = sub.domain;
if (!useParentMediaDomain && sub.secure_media?.oembed !== undefined) {
const {
author_url,
author_name,
} = sub.secure_media?.oembed;
if (author_name !== undefined) {
domain = author_name;
} else if (author_url !== undefined) {
domain = author_url;
}
}
return domain;
}

View File

@@ -1,161 +1,109 @@
import snoowrap from "snoowrap";
import minimist from 'minimist';
import winston from 'winston';
import 'winston-daily-rotate-file';
import dayjs from 'dayjs';
import utc from 'dayjs/plugin/utc.js';
import dduration from 'dayjs/plugin/duration.js';
import {labelledFormat} from "./util";
import EventEmitter from "events";
import relTime from 'dayjs/plugin/relativeTime.js';
import {Manager} from "./Subreddit/Manager";
import pEvent from "p-event";
import {Command} from 'commander';
import {getOptions} from "./Utils/CommandConfig";
import {App} from "./App";
import Submission from "snoowrap/dist/objects/Submission";
import {COMMENT_URL_ID, parseLinkIdentifier, SUBMISSION_URL_ID} from "./util";
dayjs.extend(utc);
dayjs.extend(dduration);
dayjs.extend(relTime);
const {transports} = winston;
const commentReg = parseLinkIdentifier([COMMENT_URL_ID]);
const submissionReg = parseLinkIdentifier([SUBMISSION_URL_ID]);
const argv = minimist(process.argv.slice(2));
const {
_: subredditsArgs = [],
clientId = process.env.CLIENT_ID,
clientSecret = process.env.CLIENT_SECRET,
accessToken = process.env.ACCESS_TOKEN,
refreshToken = process.env.REFRESH_TOKEN,
logDir = process.env.LOG_DIR,
logLevel = process.env.LOG_LEVEL,
wikiConfig = process.env.WIKI_CONFIG,
} = argv;
const logPath = logDir ?? `${process.cwd()}/logs`;
// @ts-ignore
const rotateTransport = new winston.transports.DailyRotateFile({
dirname: logPath,
createSymlink: true,
symlinkName: 'contextBot-current.log',
filename: 'contextBot-%DATE%.log',
datePattern: 'YYYY-MM-DD',
maxSize: '5m'
});
const consoleTransport = new transports.Console();
const myTransports = [
consoleTransport,
];
if (typeof logPath === 'string') {
// @ts-ignore
myTransports.push(rotateTransport);
const program = new Command();
for (const o of getOptions()) {
program.addOption(o);
}
const loggerOptions = {
level: logLevel || 'info',
format: labelledFormat(),
transports: myTransports,
};
winston.loggers.add('default', loggerOptions);
const logger = winston.loggers.get('default');
const version = process.env.VERSION || 'dev';
const wikiLocation = wikiConfig || 'botconfig/contextbot';
let subredditsArg = subredditsArgs;
if (subredditsArg.length === 0) {
// try to get from comma delim env variable
const subenv = process.env.SUBREDDITS;
if (typeof subenv === 'string') {
subredditsArg = subenv.split(',');
}
}
(async function () {
const creds = {
userAgent: `web:contextBot:${version}`,
clientId,
clientSecret,
refreshToken,
accessToken,
};
try {
const client = new snoowrap(creds);
client.config({warnings: true, retryErrorCodes: [500], maxRetryAttempts: 2, debug: logLevel === 'debug'});
//const me = await client.getMe().name;
program
.command('run')
.description('Runs bot normally')
.action(async (run, command) => {
const app = new App(program.opts());
await app.buildManagers();
await app.runManagers();
});
// determine which subreddits this account has appropriate access to
let availSubs = [];
for (const sub of await client.getModeratedSubreddits()) {
// TODO don't know a way to check permissions yet
availSubs.push(sub);
// if(sub.user_is_moderator) {
// const modUser = sub.getModerators().find(x => x.name === myName);
// const canMod = modUser.features
// }
}
program
.command('check <activityIdentifier> [type]')
.description('Run check(s) on a specific activity', {
activityIdentifier: 'Either a permalink URL or the ID of the Comment or Submission',
type: `If activityIdentifier is not a permalink URL then the type of activity ('comment' or 'submission'). May also specify 'submission' type when using a permalink to a comment to get the Submission`,
})
.option('-h, --checks <checkNames...>', 'An optional list of Checks, by name, that should be run. If none are specified all Checks for the Subreddit the Activity is in will be run')
.action(async (activityIdentifier, type, commandOptions = {}) => {
const {checks = []} = commandOptions;
const app = new App(program.opts());
let subsToRun = [];
// if user specified subs to run on check they are all subs client can mod
if (subredditsArgs.length > 0) {
for (const sub of subredditsArg) {
const asub = availSubs.find(x => x.display_name.toLowerCase() === sub.trim().toLowerCase())
if (asub === undefined) {
logger.error(`Will not run on ${sub} because is not modded by, or does not have appropriate permissions to mod with, for this client.`);
} else {
subsToRun.push(asub);
let a;
const commentId = commentReg(activityIdentifier);
if (commentId !== undefined) {
if (type !== 'submission') {
// @ts-ignore
a = await app.client.getComment(commentId);
} else {
// @ts-ignore
a = await app.client.getSubmission(submissionReg(activityIdentifier) as string);
}
}
if (a === undefined) {
const submissionId = submissionReg(activityIdentifier);
if (submissionId !== undefined) {
if (type === 'comment') {
throw new Error(`Detected URL was for a submission but type was 'comment', cannot get activity`);
} else {
// @ts-ignore
a = await app.client.getSubmission(submissionId);
}
}
}
}
} else {
// otherwise assume all moddable subs from client should be run on
subsToRun = availSubs;
}
let subSchedule: Manager[] = [];
if (a === undefined) {
// if we get this far then probably not a URL
if (type === undefined) {
throw new Error(`activityIdentifier was not a valid Reddit URL and type was not specified`);
}
if (type === 'comment') {
// @ts-ignore
a = await app.client.getComment(activityIdentifier);
} else {
// @ts-ignore
a = await app.client.getSubmission(activityIdentifier);
}
}
// get configs for subs we want to run on and build/validate them
for (const sub of subsToRun) {
let content = undefined;
let json = undefined;
try {
const wiki = sub.getWikiPage(wikiLocation);
content = await wiki.content_md;
} catch (err) {
logger.error(`Could not read wiki configuration for ${sub.display_name}. Please ensure the page 'contextbot' exists and is readable -- error: ${err.message}`);
continue;
}
try {
json = JSON.parse(content);
// @ts-ignore
const activity = await a.fetch();
const sub = await activity.subreddit.display_name;
await app.buildManagers([sub]);
if (app.subManagers.length > 0) {
const manager = app.subManagers.find(x => x.subreddit.display_name === sub) as Manager;
await manager.runChecks(type === 'comment' ? 'Comment' : 'Submission', activity, checks);
}
});
} catch (err) {
logger.error(`Wiki page contents for ${sub.display_name} was not valid -- error: ${err.message}`);
continue;
}
try {
subSchedule.push(new Manager(sub, client, logger, json));
} catch (err) {
logger.error(`Config for ${sub.display_name} was not valid, will not run for this subreddit`);
}
}
const emitter = new EventEmitter();
await program.parseAsync();
for (const manager of subSchedule) {
manager.handle();
}
// never hits so we can run indefinitely
await pEvent(emitter, 'end');
} catch (err) {
if(err.name === 'StatusCodeError' && err.response !== undefined) {
const logger = winston.loggers.get('default');
if (err.name === 'StatusCodeError' && err.response !== undefined) {
const authHeader = err.response.headers['www-authenticate'];
if(authHeader !== undefined && authHeader.includes('insufficient_scope')) {
if (authHeader !== undefined && authHeader.includes('insufficient_scope')) {
logger.error('Reddit responded with a 403 insufficient_scope, did you choose the correct scopes?');
}
}
debugger;
console.log(err);
}
}());

View File

@@ -5,6 +5,10 @@ import {RulePremise, RuleResult} from "./Rule";
import deepEqual from "fast-deep-equal";
import utc from 'dayjs/plugin/utc.js';
import dduration from 'dayjs/plugin/duration.js';
import Ajv from "ajv";
import {InvalidOptionArgumentError} from "commander";
import Submission from "snoowrap/dist/objects/Submission";
import {Comment} from "snoowrap";
dayjs.extend(utc);
dayjs.extend(dduration);
@@ -19,22 +23,19 @@ const CWD = process.cwd();
export const truncateStringToLength = (length: number, truncStr = '...') => (str: string) => str.length > length ? `${str.slice(0, length - truncStr.length - 1)}${truncStr}` : str;
export const loggerMetaShuffle = (logger: Logger, newLeaf: (string | undefined | null) = null, extraLabels: string[] = [], {truncateLength = 50} = {}) => {
const labelTrunc = truncateStringToLength(truncateLength);
const {labels = [], leaf} = logger.defaultMeta || {};
return {
labels: labels.concat(extraLabels.map(x => labelTrunc(x))),
leaf: newLeaf
};
}
let longestLabel = 3;
// @ts-ignore
export const defaultFormat = printf(({level, message, label = 'App', labels = [], leaf, itemId, timestamp, [SPLAT]: splatObj, stack, ...rest}) => {
export const defaultFormat = printf(({
level,
message,
labels = ['App'],
leaf,
itemId,
timestamp,
// @ts-ignore
[SPLAT]: splatObj,
stack,
...rest
}) => {
let stringifyValue = splatObj !== undefined ? jsonStringify(splatObj) : '';
if (label.length > longestLabel) {
longestLabel = label.length;
}
let msg = message;
let stackMsg = '';
if (stack !== undefined) {
@@ -47,16 +48,11 @@ export const defaultFormat = printf(({level, message, label = 'App', labels = []
stackMsg = `\n${cleanedStack}`;
}
let labelContent = `[${label.padEnd(longestLabel)}]`;
if(labels.length > 0 || leaf !== null) {
let nodes = labels;
if(leaf !== null) {
nodes.push(leaf);
}
//labelContent = `${labels.slice(0, labels.length).map((x: string) => `[${x}]`).join(' ')}`
labelContent = `${nodes.map((x: string) => `[${x}]`).join(' ')}`;
let nodes = labels;
if (leaf !== null && leaf !== undefined) {
nodes.push(leaf);
}
//let leafContent = leaf !== undefined ? ` (${leaf})` : '';
const labelContent = `${nodes.map((x: string) => `[${x}]`).join(' ')}`;
return `${timestamp} ${level.padEnd(7)}: ${labelContent} ${msg}${stringifyValue !== '' ? ` ${stringifyValue}` : ''}${stackMsg}`;
});
@@ -77,19 +73,6 @@ export const labelledFormat = (labelName = 'App') => {
);
}
export const createLabelledLogger = (name = 'default', label = 'App') => {
if (winston.loggers.has(name)) {
return winston.loggers.get(name);
}
const def = winston.loggers.get('default');
winston.loggers.add(name, {
transports: def.transports,
level: def.level,
format: labelledFormat(label)
});
return winston.loggers.get(name);
}
export interface groupByOptions {
lowercase?: boolean
}
@@ -114,6 +97,10 @@ export const groupBy = <T>(keys: (keyof T)[], opts: groupByOptions = {}) => (arr
}, {} as Record<string, T[]>)
};
// match /mealtimesvideos/ /comments/ etc... (?:\/.*\/)
// matches https://old.reddit.com/r (?:^.+?)(?:reddit.com\/r)
// (?:^.+?)(?:reddit.com\/r\/.+\/.\/)
// (?:.*\/)([\d\w]+?)(?:\/*)
/**
* @see https://stackoverflow.com/a/61033353/1469797
@@ -129,12 +116,29 @@ export const parseUsableLinkIdentifier = (regexes: RegExp[] = [REGEX_YOUTUBE]) =
if (matches.length > 0) {
// use first capture group
// TODO make this configurable at some point?
return matches[0][matches[0].length - 1];
const captureGroup = matches[0][matches[0].length - 1];
if(captureGroup !== '') {
return captureGroup;
}
}
}
return val;
}
export const parseLinkIdentifier = (regexes: RegExp[]) => {
const u = parseUsableLinkIdentifier(regexes);
return (val: string): (string | undefined) => {
const id = u(val);
if (id === val) {
return undefined;
}
return id;
}
}
export const SUBMISSION_URL_ID: RegExp = /(?:^.+?)(?:reddit.com\/r)(?:\/[\w\d]+){2}(?:\/)([\w\d]*)/g;
export const COMMENT_URL_ID: RegExp = /(?:^.+?)(?:reddit.com\/r)(?:\/[\w\d]+){4}(?:\/)([\w\d]*)/g;
export function sleep(ms: number) {
return new Promise(resolve => setTimeout(resolve, ms));
}
@@ -173,8 +177,131 @@ export const determineNewResults = (existing: RuleResult[], val: RuleResult | Ru
return newResults;
}
export const mergeArr = (objValue: [], srcValue: []): (any[]|undefined) => {
export const mergeArr = (objValue: [], srcValue: []): (any[] | undefined) => {
if (Array.isArray(objValue)) {
return objValue.concat(srcValue);
}
}
export const ruleNamesFromResults = (results: RuleResult[]) => {
return results.map(x => x.name || x.premise.kind).join(' | ')
}
export const createAjvFactory = (logger: Logger) => {
return new Ajv({logger: logger, verbose: true, strict: "log", allowUnionTypes: true});
}
export const comparisonTextOp = (val1: number, strOp: string, val2: number): boolean => {
switch (strOp) {
case '>':
return val1 > val2;
case '>=':
return val1 >= val2;
case '<':
return val1 < val2;
case '<=':
return val1 <= val2;
default:
throw new Error(`${strOp} was not a recognized operator`);
}
}
export const percentFromString = (str: string): number => {
const n = Number.parseInt(str.replace('%', ''));
if(Number.isNaN(n)) {
throw new Error(`${str} could not be parsed to a number`);
}
return n / 100;
}
export const formatNumber = ( val: number|string, options: any = {} ) => {
const {
toFixed = 2,
defaultVal = null,
prefix = '',
suffix = '',
round = {
type: 'round',
enable: false,
indicate: true,
}
} = options;
let parsedVal = typeof val === 'number' ? val : Number.parseFloat( val );
if(Number.isNaN( parsedVal )) {
return defaultVal;
}
let prefixStr = prefix;
const { enable = true, indicate = true, type = 'round' } = round;
if(enable && !Number.isInteger(parsedVal)) {
switch(type) {
case 'round':
parsedVal = Math.round(parsedVal);
break;
case 'ceil':
parsedVal = Math.ceil(parsedVal);
break;
case 'floor':
parsedVal = Math.floor(parsedVal);
}
if(indicate) {
prefixStr = `~${prefix}`;
}
}
const localeString = parsedVal.toLocaleString( undefined, {
minimumFractionDigits: toFixed,
maximumFractionDigits: toFixed,
} );
return `${prefixStr}${localeString}${suffix}`;
};
export function argParseInt(value: any, prev: any = undefined): number {
let usedVal = value;
if (value === undefined || value === '') {
usedVal = prev;
}
if(usedVal === undefined || usedVal === '') {
return usedVal;
}
if (typeof usedVal === 'string') {
const parsedValue = parseInt(usedVal, 10);
if (isNaN(parsedValue)) {
throw new InvalidOptionArgumentError('Not a number.');
}
return parsedValue;
} else if (typeof usedVal === 'number') {
return usedVal;
}
throw new InvalidOptionArgumentError('Not a number.');
}
export function parseBool(value: any, prev: any = false): boolean {
let usedVal = value;
if (value === undefined || value === '') {
usedVal = prev;
}
if(usedVal === undefined || usedVal === '') {
return false;
}
if (typeof usedVal === 'string') {
return usedVal === 'true';
} else if (typeof usedVal === 'boolean') {
return usedVal;
}
throw new InvalidOptionArgumentError('Not a boolean value.');
}
export function activityWindowText(activities: (Submission | Comment)[], suffix = false): (string | undefined) {
if (activities.length === 0) {
return undefined;
}
if (activities.length === 1) {
return `1 Item`;
}
return dayjs.duration(dayjs(activities[0].created_utc * 1000).diff(dayjs(activities[activities.length - 1].created_utc * 1000))).humanize(suffix);
}
export function normalizeName(val: string) {
return val.trim().replace(/\W+/g, '').toLowerCase()
}