Community Contributed Telegram Bot (Unverified)
detail.loadingPreview
This workflow fetches open GitHub issues with the label 'Bug' that have fewer than 5 comments and sends their title and URL to a Telegram user.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow is designed to monitor GitHub repositories for specific types of issues and notify a Telegram user. It fetches open issues labeled 'Bug', filters them based on the number of comments, and then sends a message containing the issue title and a direct link to the issue via Telegram.
Key Features
- Fetches open GitHub issues with a specified label ('Bug' by default).
- Filters issues based on the number of comments (less than 5).
- Maps relevant issue data (title, URL, created date, comments).
- Sends a formatted message to a Telegram user.
- Configurable GitHub repository and owner.
- Scheduled to run every 10 minutes.
How To Use
- Set up GitHub Credentials: Configure your GitHub API credentials in n8n.
- Configure GitHub Node: Replace the placeholder
OWNERandREPO NAMEin the 'Get Github Issues' node with your target repository's owner and name. - Set up Telegram Credentials: Create a Telegram bot using BotFather and configure your Telegram API credentials in n8n.
- Configure Telegram Node: Ensure the 'Send Message to @user' node is correctly configured with your bot token and chat ID.
- Adjust Filters (Optional): Modify the
stateandlabelsparameters in the 'Get Github Issues' node, and the comment count threshold in the 'Check for comments' node, as per your requirements. - Activate the Workflow: Enable the workflow to start the automated monitoring and notification process.
Apps Used
Workflow JSON
{
"id": "f802d321-a5d8-4bbd-9a06-101f66a89921",
"name": "Community Contributed Telegram Bot (Unverified)",
"nodes": 0,
"category": "GitHub & Telegram Integration",
"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: f802d321-a5d8...
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
Telegram Profanity & Toxicity Filter
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.
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.
Convert Any Webpage to PDF and Save Locally
This n8n workflow provides a simple way to convert any public webpage URL into a PDF document. Once converted, the PDF file is automatically saved to your local disk, making it easy to archive or share web content offline.
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.
Automated Multi-Platform Influencer Discovery & Qualification
This powerful n8n workflow automates the entire process of discovering, scoring, and qualifying ideal influencers across Instagram, TikTok, and YouTube for your marketing campaigns. Streamline your talent acquisition by leveraging custom criteria and a sophisticated scoring algorithm.
Automate DOCX to PDF Conversion and Save Locally
This workflow automates the process of converting a Microsoft Word DOCX file to a PDF document. It downloads a source DOCX file, uses ConvertAPI to perform the conversion, and then saves the resulting PDF file directly to your local disk.