-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
backendStuff for us onlyStuff for us onlyurgentStuff that needs to be done before deployStuff that needs to be done before deploy
Description
We want to have a scheduled job (daily) that does the following, in order:
- For each channel (user), grab all new comments from YouTube between the last sync and current sync. Save all the new comments into our db
- For each grabbed comment, loop through each filter in each filter group:
- If a match is encountered, based on the match, put the comment into a corresponding bin for action (nothing, delete, review, report, block)
- Increment 2 stats counters: (1) "how many comments caught by this filter today" and (2) "how many comments were applied this action today")
- Batch execute action bins via the Youtube API
Metadata
Metadata
Assignees
Labels
backendStuff for us onlyStuff for us onlyurgentStuff that needs to be done before deployStuff that needs to be done before deploy