scan_comments
Scan YouTube comments for banned words and automatically apply moderation actions such as hold for review or reject. Optionally limit to new comments with incremental mode.
Instructions
Sweep comments (one video, or channel-wide when video_id omitted) for banned words. auto_action: none | heldForReview | rejected — matches get that moderation status applied (dry_run previews instead). incremental=True only examines comments newer than the previous incremental scan (watermark stored locally) — cheap to run daily.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| dry_run | No | ||
| video_id | No | ||
| auto_action | No | none | |
| extra_words | No | ||
| incremental | No |