Skip to content

shimi58/mattermostApiPostSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

mattermostApiPostSearch

MattermostAPIを用いて、Mattermostに投稿したメッセージをテキストファイルに出力するツール

前提

  • pythonがインストール済みであること

使い方

  1. mattermostdriverをインストール

    • powerShellまたはコマンドプロンプトで実行

      pip install mattermostdriver
  2. config.iniを開き、接続先、ログイン情報、検索条件を指定

    [CONNECTION]
    # MattermostのURLを指定
    scheme = http
    url = localhost
    port = 9081
    
    # APIでサインインするユーザーを指定
    login_id = test
    password = Password1!
    
    [SEARCH]
    # 検索対象のチーム名を指定
    team_name = sample
    # 検索条件を指定
    tearms = #shimizu.osamu
    
    
    [OUTPUT]
    path = ./mattermostPost.txt
  3. mattermost.pyを実行する

    python mattermost.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages