kuboon/gsheet-slack-logger
Get your slack log and generate google sheet or markdown
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| slackToken | slack bot token with required scopes | yes | — |
| googleClientEmail | email of google service account | no | — |
| googlePrivateKey | private_key for google service account | no | — |
| timezone | your current timezone | yes | Asia/Tokyo |
| googleFolderId | google drive folder id | no | — |
| year | target year | no | — |
| month | target month | no | — |
| autoJoin | Join to all public channel. need channels:join scope | no | true |
| skipChannels | Array of channel id which should skip | no | — |
Outputs
| name | description |
|---|---|
| jsonl_dir | directory containing raw slack messages in jsonl format |
| md_dir | directory containing slack messages converted to markdown |