Retrieve Deadlock Game Match Statistics and Send to Telegram — n8n ワークフロー

複雑度 トリガー7個のノード🏷️ Miscellaneous👁 90回閲覧作成者:Eska

概要

Deadlock Match Stats Bot is an automated workflow for n8n designed to send detailed player statistics from the most recent Deadlock match directly to Telegram. When the user sends the /match command to the Telegram bot, the workflow performs the following steps:

Loads the HTML content of the player's profile page from deadlocktracker.gg using a preconfigured Steam ID.

Extracts the most recent match ID using a regular expression from the embedded JavaScript data.

Loads the HTML page for the sp

使用ノード

HTTP RequestTelegram

ワークフロープレビュー

Send Telegram Message
Fetch Profile HTML
E
Extract Match ID
Fetch Match HTML
P
Parse Players
F
Format Message
T
Telegram Trigger
7 nodes6 edges

仕組み

  1. 1

    トリガー

    このワークフローは トリガー トリガーで開始します。

  2. 2

    処理

    データは 7 個のノードを流れます, connecting function, httprequest, telegram。

  3. 3

    出力

    ワークフローは自動化を完了し、設定された宛先に結果を配信します。

ノード詳細 (7)

HT

HTTP Request

httpRequest

#1
TE

Telegram

telegram

#2

このワークフローのインポート方法

  1. 1右側の JSONをダウンロード ボタンをクリックしてワークフローファイルを保存します。
  2. 2n8nインスタンスを開き、ワークフロー → 新規 → ファイルからインポート に進みます。
  3. 3ダウンロードした retrieve-deadlock-game-match-statistics-and-send-to-telegram ファイルを選択し、インポートをクリックします。
  4. 4各サービスノードの 認証情報(APIキー、OAuthなど)を設定します。
  5. 5ワークフローをテスト をクリックして動作確認し、有効化します。

またはn8nの JSONからインポート に直接貼り付け:

{ "name": "Retrieve Deadlock Game Match Statistics and Send to Telegram", "nodes": [...], ...}

インテグレーション

functionhttprequesttelegramtelegramtrigger

このワークフローを取得

ワンクリックでダウンロード&インポート

JSONをダウンロードn8n.ioで見る
ノード7
複雑度medium
トリガーtrigger
閲覧数90
カテゴリMiscellaneous

作成者

Eska

Eska

@eska

タグ

functionhttprequesttelegramtelegramtrigger

n8n初めてですか?

n8nは無料のオープンソースワークフロー自動化ツールです。セルフホストまたはクラウド版をご利用いただけます。

n8nを無料で始める →

Related Miscellaneous Workflows