-
Notifications
You must be signed in to change notification settings - Fork 28
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
New members flow: can we do spam detection in order to let new members in faster? #21
Comments
I like the idea of automating on-boarding into the Group. Facebook doesn't expose membership requests via the Graph API at the moment, so we'd have to implement this through a scraper. Could this be a job for MegBot? @maruthven |
@kern This wasn't about automating onboarding. This was about making sure we catch any spammers we let in. |
If someone wants to build the scraper part that could be helpful though.
Jennifer Rubinovitz |
Ah, misunderstood the first point under possible solutions. Yeah, this looks possible just using the Graph API. I think a general spam-detection filter is simple, straightforward, and useful (we can use the sentiment filter for reference). We can grab the member's join date, and if it's within a fixed time-frame, automatically quiet ban the user if the spam filter flags them. |
We have problems adding new members.
Possible hackbot solutions to this issue:
Result: we can add more members faster while maintaining good content.
The text was updated successfully, but these errors were encountered: