ai_comment_moderation
Automatically moderate user comments in Drupal using OpenAI's Moderation API. Helps flag or unpublish inappropriate content before it's published.
Features
Automatically analyzes and moderates user-submitted comments using OpenAI's Moderation API.
Flags comments containing hate speech, violence, sexual content, or profanity.
Prevents publishing of flagged comments.
Provides a configuration page for storing your OpenAI API key.
Seamless integration with Drupal’s core Comment module.
Why use this module?
If you're running a community-driven site, blog, forum, or news portal where user comments are critical but require moderation, this module automates that task using AI. It reduces human workload and helps ensure safer, more respectful conversations on your site.
Use cases include:
News/media websites
Educational or knowledge-sharing platforms
Forums and social communities
Any site accepting public comments
Post-Installation
Enable the module using the UI or Drush:
drush en ai_comment_moderation
Go to Configuration > Content Authoring > AI Comment Moderation
or directly at:
/admin/config/content/ai-comment-moderation
Enter your OpenAI API key.
That’s it — any new comment posted will now be analyzed in real-time before saving.
Flagged comments will automatically be unpublished, and users will be warned.
Additional Requirements
A valid OpenAI API key is required.
Internet access on your server to reach https://api.openai.com.