Details
| ID | RSSWidget |
|---|---|
| Language | python |
| From Version | 5.5.0 |
| Docker Image | demisto/py3-tools:1.0.0.10120494 |
| Tags | widget |
README
RSSWidget Script
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Cortex XSOAR Version | 5.5.0 |
Inputs
| Argument Name | Description |
|---|---|
| url | The URL of the RSS feed. |
| limit | Maximum number of entries to return. |
| insecure | Trust any certificate (not secure). Possible values: “true” and “false”. Default: “false”. |
| proxy | Use system proxy settings. Possible values: “true” and “false”. Default: “false”. |
Outputs
There are no outputs for this script.
Script Example
!RSSWidget url=https://threatpost.com/feed/
Human Readable Output
Article Title #1
Posted June 25, 2021 3:35 PM by Timor
Article #1 Summary
Article Title #2
Posted June 18, 2021 3:35 PM by Shai
Article #2 Summary
commonfields: id: RSSWidget version: -1 name: RSSWidget script: '' type: python tags: - widget enabled: true comment: Script Widget - RSS Feed. args: - name: url required: true default: true description: The URL of the RSS feed. - name: limit description: Maximum number of entries to return. - name: insecure auto: PREDEFINED predefined: - 'true' - 'false' description: 'Trust any certificate (not secure). Possible values: "true" and "false".' defaultValue: 'false' - name: proxy auto: PREDEFINED predefined: - 'true' - 'false' description: 'Use system proxy settings. Possible values: "true" and "false".' defaultValue: 'false' scripttarget: 0 subtype: python3 dockerimage: demisto/py3-tools:1.0.0.10120494 runas: DBotWeakRole fromversion: 5.5.0 tests: - No tests (auto formatted)