-
Notifications
You must be signed in to change notification settings - Fork 183
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
!!/report messages should be added as a comment on MS #2398
Comments
If we can make a decision on which approach we wish to take, and do any MS dev if necessary, this should be a good [hacktoberfest] issue. |
SummarySmokeDetector has a chat-based command interface which allows you to report a post on Stack Overflow or one of the other sites we monitor as possible spam. The chat bot then basically relays the report to the back-end server using its API. This issue involves sending data to metasmoke with delaying and retrying. It's relatively easy given that there is working code around that you can adopt from. GuidanceYou'll need to modify the There is already another example of posting comments to metasmoke, and it's easy to adopt once you figure out how each function works. How to get helpFor additional support in completing this issue, either:
|
@angussidney You sure that that's the right line? |
@gparyani the code has changed since. I've fixed it. |
hi @angussidney is this issue still open? Can i work on this |
Of course @dineshkrishnareddy! Feel free to go right ahead, we'd love to have your help! If you need any help, leave a comment of jump into our chatroom. |
Scroll down for up-for-grabs summary and guidance.
The
!!/report
command can take an optional 'custom reason' argument. The current implementation simply adds some extra text to the 'why' info for the report.It would be ideal if this also added a comment to the MS post on behalf of the command user, so that the message is prominently shown on the MS post itself, along with the other comments.
Note: when Smokey reports a post, it doesn't know the the MS ID and thus can't send a request to
/comments/post
to add a comment. There are two potential workarounds for this:The text was updated successfully, but these errors were encountered: