Create README.md

This commit is contained in:
Gordon Shumway 2019-12-19 03:09:17 -05:00 committed by GitHub
parent e6ada3d0b5
commit 2c81eef6e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

11
RedditBot/README.md Normal file
View File

@ -0,0 +1,11 @@
This plugin downloads comment data from subreddits to generate chat replies via markov chains.
```redditbot csv [subreddit1] [subreddit2] [etc.]``` - download data from subreddits as csv files
```redditbot model [channel] [subreddit1] [subreddit2] [etc.]``` - generate channel markov model from subreddit csv files
```config channel [channel] plugins.redditbot.enable``` - Enable RedditBot for the channel
```config channel [channel] plugins.redditbot.probability``` - Probability of reply on channel message 0.0 - 1.0
```config channel [channel] plugins.redditbot.probabilityWhenAddressed``` - Probability of reply on channel message containing bot's nick. 0.0 - 1.0