Skip to content

Instantly share code, notes, and snippets.

@mskog
Created September 24, 2020 19:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mskog/b361447167e0eb7a66ee67f1f1633eb4 to your computer and use it in GitHub Desktop.
Save mskog/b361447167e0eb7a66ee67f1f1633eb4 to your computer and use it in GitHub Desktop.
{
"schema_version": 1,
"name": "Reddit digest",
"description": "No description provided",
"source_url": false,
"guid": "5b994469a0c014c8133fc1918a8fc89d",
"tag_fg_color": "#ffffff",
"tag_bg_color": "#5bc0de",
"icon": "gear",
"exported_at": "2020-09-24T19:11:04Z",
"agents": [
{
"type": "Agents::EmailDigestAgent",
"name": "Reddit digest",
"disabled": false,
"guid": "16b2e06f4f6938ee67d4347842217848",
"options": {
"subject": "Reddit Games Digest",
"headline": "Todays posts",
"expected_receive_period_in_days": "2"
},
"schedule": "6pm",
"propagate_immediately": false
},
{
"type": "Agents::WebsiteAgent",
"name": "Reddit fetch",
"disabled": false,
"guid": "3eb519874699d7cd2813dfa7475e9c84",
"options": {
"expected_update_period_in_days": "2",
"url": "https://yourrssbridge.com/?action=display&bridge=Reddit&context=single&r=games&format=Json",
"type": "json",
"mode": "on_change",
"extract": {
"title": {
"path": "items[*].title"
},
"url": {
"path": "items[*].url"
}
}
},
"schedule": "every_12h",
"keep_events_for": 0,
"propagate_immediately": false
}
],
"links": [
{
"source": 1,
"receiver": 0
}
],
"control_links": [
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment