An open API service indexing awesome lists of open source software.

https://github.com/yuu-eguci/slalog-lab

📝 Slack + Export logs + Python 3.10 | Slack + Python ãŽåŽŸé¨“įš„ã‚šã‚¯ãƒĒプトをäŋįŽĄã™ã‚‹ãƒĒポジトãƒĒだよ
https://github.com/yuu-eguci/slalog-lab

python310 slack

Last synced: 2 months ago
JSON representation

📝 Slack + Export logs + Python 3.10 | Slack + Python ãŽåŽŸé¨“įš„ã‚šã‚¯ãƒĒプトをäŋįŽĄã™ã‚‹ãƒĒポジトãƒĒだよ

Awesome Lists containing this project

README

          

Slalog Lab
===

📝 Slack + Export logs + Python 3.10 | Slack + Python ãŽåŽŸé¨“įš„ã‚šã‚¯ãƒĒプトをäŋįŽĄã™ã‚‹ãƒĒポジトãƒĒだよ

## Interpret logs

Import logs

- https://slack.com/intl/ja-jp/help/articles/201658943-ワãƒŧク゚ペãƒŧ゚ぎデãƒŧã‚ŋをエク゚ポãƒŧトする
- https://slack.com/intl/ja-jp/help/articles/220556107-Slack-からエク゚ポãƒŧトしたデãƒŧã‚ŋぎčĒ­ãŋæ–š

Interpret logs

```bash
pipenv run python import_users.py
pipenv run python import_channels.py
pipenv run python import_messages.py
```

## Linting

```bash
pipenv run mypy
pipenv run flake8
```