1
0

twitter_scenario.json 783 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "schema_version": 1,
  3. "name": "Twitter",
  4. "description": "No description provided",
  5. "source_url": false,
  6. "guid": "d91bf1508595a65b4a00b74d59857918",
  7. "tag_fg_color": "#ffffff",
  8. "tag_bg_color": "#5bc0de",
  9. "icon": "pencil",
  10. "exported_at": "2017-01-17T19:08:31Z",
  11. "agents": [
  12. {
  13. "type": "Agents::TwitterStreamAgent",
  14. "name": "Twitter Counts",
  15. "disabled": false,
  16. "guid": "03c77bb9ec0fb2415f7c399ba849289d",
  17. "options": {
  18. "filters": [
  19. "ruby vulnerability",
  20. "rails security",
  21. "huginn"
  22. ],
  23. "expected_update_period_in_days": "2",
  24. "generate": "counts"
  25. },
  26. "schedule": "every_10m",
  27. "keep_events_for": 604800
  28. }
  29. ],
  30. "links": [
  31. ],
  32. "control_links": [
  33. ]
  34. }