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 ãŽåŽé¨įãšã¯ãĒãããäŋįŽĄãããĒãã¸ããĒã ã
- Host: GitHub
- URL: https://github.com/yuu-eguci/slalog-lab
- Owner: yuu-eguci
- Created: 2023-08-07T04:01:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-15T10:16:02.000Z (over 2 years ago)
- Last Synced: 2023-08-15T11:50:55.646Z (over 2 years ago)
- Topics: python310, slack
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```