Telegram Profanity & Toxicity Filter
detail.loadingPreview
This n8n workflow automatically monitors incoming Telegram messages for profanity and toxic language. It leverages Google's Perspective API to analyze message content, and if a message is deemed inappropriate, the workflow sends an automated warning response back to the sender.
About This Workflow
Keep your Telegram communities safe and respectful with this automated content moderation workflow. This n8n solution acts as a silent guardian, listening for new messages in your designated Telegram chats. Each message is then passed through Google's powerful Perspective API, which provides a detailed analysis of attributes like profanity and toxicity. Should a message exceed a predefined profanity threshold, the workflow springs into action, sending a direct warning message back to the sender, replying to their original comment. This proactive approach helps maintain a positive environment without requiring constant manual oversight, allowing moderators to focus on more complex issues.
Key Features
- Real-time Telegram Monitoring: Automatically triggers on new incoming messages.
- Advanced Toxicity Detection: Utilizes Google Perspective API for sophisticated content analysis.
- Configurable Sensitivity: Set your own profanity threshold to match community guidelines.
- Automated Warning Responses: Instantly reply to inappropriate messages with a custom warning.
- Seamless Integration: Connects Telegram and Google Perspective API effortlessly.
How To Use
- Set up Telegram Trigger: Configure the 'Telegram Trigger' node to listen for messages in your desired chat or channel.
- Connect Google Perspective API: Add your Google Perspective API credentials to the 'Google Perspective' node.
- Define Profanity Threshold: In the 'IF' node, adjust the
value2(currently 0.7) to your preferred profanity score threshold. - Customize Warning Message: Modify the
textfield in the final 'Telegram' node to personalize your automated warning. - Activate Workflow: Save and activate the workflow to start monitoring your Telegram messages.
Apps Used
Workflow JSON
{
"id": "a1ec5733-5820-464a-ba54-130f7b5dedce",
"name": "Telegram Profanity & Toxicity Filter",
"nodes": 10,
"category": "Operations",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: a1ec5733-5820...
About the Author
SaaS_Connector
Integration Guru
Connecting CRM, Notion, and Slack to automate your life.
Statistics
Related Workflows
Discover more workflows you might like
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.
Instant WooCommerce Order Notifications via Telegram
When a new order is placed on your WooCommerce store, instantly receive detailed notifications directly to your Telegram chat. Stay on top of your e-commerce operations with real-time alerts, including order specifics and a direct link to view the order.
On-Demand Microsoft SQL Query Execution
This workflow allows you to manually trigger and execute any SQL query against your Microsoft SQL Server database. Perfect for ad-hoc data lookups, administrative tasks, or quick tests, giving you direct control over your database operations.