-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Publish SE posts and blog posts to Town Square.
- Loading branch information
1 parent
3428f98
commit 4f9cc98
Showing
1 changed file
with
29 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,32 @@ | ||
{ | ||
"feeds": [{ | ||
"name": "Stack Exchange", | ||
"request": { | ||
"uri": "https://civicrm.stackexchange.com/feeds", | ||
"headers": { | ||
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36" | ||
} | ||
"feeds": [{ | ||
"id": "stackexchange", | ||
"name": "Stack Exchange", | ||
"request": { | ||
"uri": "https://civicrm.stackexchange.com/feeds", | ||
"headers": { | ||
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36" | ||
} | ||
}, | ||
"room": "town square", | ||
"pingIntervalSeconds": "60", | ||
"alertPrefix": "", | ||
"alertSuffix": "", | ||
"messageTpl": "`New StackExchange question: [${latestItem.getTitle()}](${latestItem.getPermalink()})`" | ||
}, | ||
"room": "x-bot-test", | ||
"pingIntervalSeconds": "60", | ||
"alertPrefix": "", | ||
"alertSuffix": "", | ||
"messageTpl": "`New StackExchange question: [${latestItem.getTitle()}](${latestItem.getPermalink()})`" | ||
}] | ||
{ | ||
"id": "civicrm-blog", | ||
"name": "CiviCRM Blog", | ||
"request": { | ||
"uri": "https://civicrm.org/blog/feed", | ||
"headers": { | ||
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36" | ||
} | ||
}, | ||
"room": "town square", | ||
"pingIntervalSeconds": "60", | ||
"alertPrefix": "", | ||
"alertSuffix": "", | ||
"messageTpl": "`New CiviCRM blog: [${latestItem.getTitle()}](${latestItem.getPermalink()})`" | ||
}] | ||
} |