Automate Your Deadlock Match Stats Notifications
detail.loadingPreview
Effortlessly track and receive detailed stats for your latest Deadlock matches directly via Telegram. This n8n workflow automates the process of fetching player data and sending it to your chat.
About This Workflow
This n8n workflow is designed to provide gamers with real-time insights into their Deadlock matches. It begins by listening for Telegram commands and then fetches player profile data from Deadlocktracker.gg. The workflow intelligently extracts the most recent match ID, retrieves detailed match information, and parses player statistics, including nicknames, chosen heroes, and ranks. Finally, it formats this data into a user-friendly message and delivers it directly to your Telegram chat, ensuring you never miss crucial match details. This automation saves time and keeps you informed about your in-game performance.
Key Features
- Automatic Match Data Fetching: Retrieves the latest match information from Deadlocktracker.gg.
- Player Stat Extraction: Parses and presents player nicknames, heroes, and ranks for each match.
- Telegram Notifications: Delivers concise match summaries directly to your Telegram chat.
- Customizable Integration: Easily adaptable to different player profiles or specific match criteria.
How To Use
- Set up Telegram Trigger: Configure the
Telegram Triggernode with your Telegram bot credentials to receive messages. - Fetch Player Profile: Connect a
HTTP Requestnode (namedFetch Profile HTML) toTelegram Trigger. Set the URL to the player's Deadlocktracker.gg profile. - Extract Match ID: Connect a
Functionnode (namedExtract Match ID) toFetch Profile HTML. This node will parse the profile HTML to find the latest match ID. - Fetch Match HTML: Connect another
HTTP Requestnode (namedFetch Match HTML) toExtract Match ID. Construct the URL using the extracted match ID:https://deadlocktracker.gg/match/{{$json.matchId}}. - Parse Players: Connect a
Functionnode (namedParse Players) toFetch Match HTML. This node uses Cheerio to extract player details (nickname, hero, rank) from the match HTML. - Format Message: Connect a
Functionnode (namedFormat Message) toParse Players. This node structures the extracted player data into a readable Telegram message. - Send Telegram Message: Connect the
Send Telegram Messagenode toFormat Message. Ensure thechatIdis correctly set to receive the message in your desired chat and thetextis mapped from theFormat Messagenode's output.
Apps Used
Workflow JSON
{
"id": "9672b903-cf0b-4ee2-9137-52d9b73d2abb",
"name": "Automate Your Deadlock Match Stats Notifications",
"nodes": 25,
"category": "Marketing",
"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: 9672b903-cf0b...
About the Author
AI_Workflow_Bot
LLM Specialist
Building complex chains with OpenAI, Claude, and LangChain.
Statistics
Related Workflows
Discover more workflows you might like
Automated AI Motion Illustration Workflow with Midjourney and Kling
Unleash your creativity with this n8n workflow that automates the generation of stunning motion illustrations. It leverages the power of Midjourney for static image creation and Kling AI to transform them into dynamic videos, all managed through the PiAPI. Perfect for content creators, marketers, and social media professionals looking to produce engaging visuals at scale.
Automated Multi-Platform Social Media Publisher
Streamline your social media content creation and publishing with this n8n workflow. Simply fill out a web form with your caption, media (image or video), and target platforms, and let n8n automate the posting process across multiple social networks.
WhatsApp AI Assistant: LLaMA 4 & Google Search for Real-Time Insights
Instantly deploy a smart AI assistant on WhatsApp, powered by Groq's lightning-fast LLaMA 4 model. This workflow enables real-time conversations, remembers context, and provides up-to-date answers by integrating live Google Search results.