Back to skills
extension
Category: Development & EngineeringNo API key required

list-thread-users

Get a list of participants in the thread. Can be activated with phrases like "thread participants", "who's here?", "participants in this thread", "thread members", "users in the thread", "who's replying", or "show participants". Use the Python script `slack_message.py thread-users`.

personAuthor: jakexiaohubgithub

Thread User Lister

スレッドの参加者一覧を取得します。

ワークフロー

1. スレッド情報の確認

以下を確認:

  • チャンネルID
  • スレッドのタイムスタンプ

2. 参加者一覧取得

Pythonスクリプトを実行:

python plugins/shiiman-slack/skills/check-mentions/scripts/slack_message.py thread-users \
  --channel C01234567 \
  --ts 1234567890.123456 \
  --format table

3. 結果の表示

スレッド参加者を表示:

スレッド参加者数: 3

user_id      user_name
U01234567    山田太郎
U01234568    佐藤花子
U01234569    田中一郎