Retrieve Deadlock Game Match Statistics and Send to Telegram — n8n ワークフロー
概要
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
トリガー
このワークフローは トリガー トリガーで開始します。
- 2
処理
データは 7 個のノードを流れます, connecting function, httprequest, telegram。
- 3
出力
ワークフローは自動化を完了し、設定された宛先に結果を配信します。
ノード詳細 (7)
HT#1
HTTP Request
httpRequest
TE#2
Telegram
telegram
このワークフローのインポート方法
- 1右側の JSONをダウンロード ボタンをクリックしてワークフローファイルを保存します。
- 2n8nインスタンスを開き、ワークフロー → 新規 → ファイルからインポート に進みます。
- 3ダウンロードした
retrieve-deadlock-game-match-statistics-and-send-to-telegramファイルを選択し、インポートをクリックします。 - 4各サービスノードの 認証情報(APIキー、OAuthなど)を設定します。
- 5ワークフローをテスト をクリックして動作確認し、有効化します。
またはn8nの JSONからインポート に直接貼り付け:
{ "name": "Retrieve Deadlock Game Match Statistics and Send to Telegram", "nodes": [...], ...}
インテグレーション
functionhttprequesttelegramtelegramtrigger
作成者
Eska
@eska
タグ
functionhttprequesttelegramtelegramtrigger