Skip to content

appachan/slack-log-to-spreadsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slack-log-to-spreadsheet

Running this

  1. open GoogleDrive.
  2. create a new project.
  3. copy app.js.
  4. get your slack team's API token from here.
  5. set the token to "slack_api_token" property.
  6. set a trigger with run().

This app expects SlackLogs to be Logs' root directory. If you do not have the directory SlackLogs, prease create it.

ご利用は自己責任でお願いします.

Exported data table

ts(Unix) ts @user text
xxxxxxxxxxx.xxxx yyyy/MM/dd HH:mm:ss @appachan わかり

ToDos

  • urlのエスケープを解除
  • プロパティを利用した,ディレクトリのメモ化
  • @channel(<!channel>)等の置換
  • シート1の削除
  • has_moreフラグが立った時の再リクエスト処理
  • tsを文字列で管理