> ## Documentation Index
> Fetch the complete documentation index at: https://docs.extractor.live/llms.txt
> Use this file to discover all available pages before exploring further.

# News Detector

> The News Detector monitors RSS and Reddit feeds with tag-based filtering, surfacing security-relevant news that may affect your monitored contracts.

Detector monitors news feeds

## Functionality

* Track news from different feeds
* Condition to filter Alerts score.
* Type of news:
  * `rss`
  * `reddit`
* Feeds URI
* Multiple URIs can be specified with comma separation. If `type` is not specified, feed can be prefixed with type (`rss://`, `reddit://`)
* Content Processor (currently `regexp` filter)
* Max number of entries per Feed
* Track Errors
* Multiple tags can be specified comma-separated (e.g. `sanctions, exploit`)
* Negative condition can be specified by prefixing tag with exclamation mark (e.g. `! sanctions`)

**Tags**

* `cybercrime` - OFAC or other cybercrime activity
* `sanctions` - OFAC or other sanctioned entities
* `sanctions_exposure` - Indirect exposure to sanctioned entities
* `suspicious` - Suspicious activity
* `exploit` - Activity in Exploit case

## Configuration

<img src="https://mintcdn.com/hacken-38641811/tf4sXPSOl1ndZd5g/assets/DetectorNews-Config.png?fit=max&auto=format&n=tf4sXPSOl1ndZd5g&q=85&s=ab41c2791afae64bf627fbf1e5dfa9d1" alt="DetectorNews Configuration" width="1359" height="1038" data-path="assets/DetectorNews-Config.png" />

* **Cron** (`cron`, default: `10 min`): Cron Interval
* **Description** (`desc`, default: `New post: {title}{err}`): Description Template
* **Feeds** (`feeds`, default: `https://cointelegraph.com/rss`): Feeds URI
* **Feed type** (`type`, default: `rss`): Feed Type
* **Max** (`max`, default: `10`): Max news
* **Score condition** (`score`, default: \`\`): Score
* **Scripts** (`script`, default: `[]`): Scripts to execute
* **Track Errors** (`track_err`, default: `True`): Track Errors as Alerts
* **Track Error (always)** (`err_always`, default: `True`): Always Alert on Error
* **Severity** (`severity`, default: `-1`): Severity

## Tags

* [Beta Features](/beta-features/)
