Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have a "x comments in time y on post z" alert #5

Closed
superplane39 opened this issue May 2, 2018 · 2 comments
Closed

Have a "x comments in time y on post z" alert #5

superplane39 opened this issue May 2, 2018 · 2 comments
Assignees
Labels
planned This feature will be completed at some point... hopefully.

Comments

@superplane39
Copy link

What would be useful for identifying problematic comment threads would be a certain amount of comments in a certain timeframe triggering a message from the bot to the chatroom.

For instance, 10 comments in 5 minutes, 20 comments in an hour, 30 in the past day, on the past day.

Such a message would probably look like

Possible argument: 10 comments in 5 minutes on post Title by user.

Posted in both the control and child rooms.

@thesecretmaster
Copy link
Owner

Implementation would have to be first storing post_id in the DB with comment ID and doing a DB query each time a new comment comes looking for comments with post_id in the last N minutes.

@thesecretmaster thesecretmaster added the planned This feature will be completed at some point... hopefully. label Jul 4, 2018
scohe001 added a commit that referenced this issue Nov 10, 2019
@scohe001 scohe001 self-assigned this Jan 5, 2020
@scohe001
Copy link
Collaborator

Resolved as of #43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
planned This feature will be completed at some point... hopefully.
Projects
None yet
Development

No branches or pull requests

3 participants