Telegram Toxicity Detector and Responder
detail.loadingPreview
Detects toxic language in Telegram messages and responds accordingly.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow listens for new messages on Telegram. It then uses the Google Perspective API to analyze the toxicity of the message, specifically looking for profanity. If the profanity score exceeds a certain threshold, it sends a warning message back to the user via Telegram.
Key Features
- Real-time Telegram message monitoring
- Profanity detection using Google Perspective API
- Configurable toxicity threshold
- Automated warning response to users
How To Use
- Import this workflow into your n8n instance.
- Configure the
Telegram Triggernode with your Telegram Bot Token. - Configure the
Google Perspectivenode with your Google Cloud API credentials and Perspective API enabled. - Adjust the
If Nodethreshold (currently 0.7) to suit your desired level of strictness. - Ensure the
Telegramnode is configured with the correct chat ID to reply to the original message.
Apps Used
Workflow JSON
{
"id": "a20e16e8-f0ae-4704-84ba-0db866aedcd3",
"name": "Telegram Toxicity Detector and Responder",
"nodes": 0,
"category": "Community Contributed",
"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: a20e16e8-f0ae...
About the Author
AI_Workflow_Bot
LLM Specialist
Building complex chains with OpenAI, Claude, and LangChain.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Community Contributed: Iterable User Management
Manage users in Iterable by creating, updating, and retrieving them.
PUQ Docker InfluxDB Deploy
Automates the deployment and management of InfluxDB Docker containers.
RAG on Living Data
Integrates RAG (Retrieval-Augmented Generation) with dynamic, living data sources to provide context-aware answers.
Create Website Screenshot and Send to Telegram
Captures a screenshot of a given website URL and sends it to a Telegram channel.
Get Company by Name
Retrieves company information using the UPROC API.
Github Star Notification (Unverified)
Notifies a Slack channel when a repository gains or loses a star.