Skip to content
This repository has been archived by the owner on Sep 2, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ucirello committed Jan 6, 2016
1 parent b144c5b commit 6744102
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,18 +193,6 @@ var cronRules = map[string]cron.Rule{
}
```

### Other ruleset

#### Reddit ruleset

It is possible to track Reddit content with gochatbot. Useful when the team
needs to monitor it for upcoming events, like release notifications.

```
reddit follow subreddit- follow one subreddit in a room
reddit unfollow subreddit - unfollow one subreddit in a room
```

### Integrating with other languages (RPC)

If `GOCHATBOT_RPC_BIND` is set, gochatbot will open a HTTP server in the given
Expand Down Expand Up @@ -298,6 +286,19 @@ an example of a plugin.
It also means that, as long as you are to execute the file, your plugin can be
written in any language.

#### Reddit plugin

It is possible to track Reddit content with gochatbot. Useful when the team
needs to monitor it for upcoming events, like release notifications.

```
reddit follow subreddit- follow one subreddit in a room
reddit unfollow subreddit - unfollow one subreddit in a room
```

Compile `plugins/gochatbot-plugin-reddit`, and place the resulting binary in the
same working directory of main gochatbot binary.

### Guarantees

I guarantee that I will maintain this chatops bot for the next 2 years, provide
Expand Down

0 comments on commit 6744102

Please # to comment.