collect_entries
Collect giveaway entries by scanning video comments within a time window, with one entry per distinct video per commenter and a per-user cap. Writes an auditable snapshot and returns its hash.
Instructions
Collect giveaway entries: walk every upload's comments in the window (RFC3339 timestamps), one entry per distinct video per commenter, capped per user. Writes an auditable snapshot file and returns its hash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | ||
| start | Yes | ||
| exclude_channel_ids | No | ||
| max_entries_per_user | No | ||
| comment_limit_per_video | No |