Post the argument text to slack according to settings.json
- Slack -> アプリを管理 -> カスタムインテグレーション からIncoming Webhookを選択
- [Slackに追加]を選択。投稿先チャンネルを選択してIncoming Webhookインテグレーションの追加を実施
- 表示されたWebhook URLをメモ。その他の設定は好みでカスタマイズ(投稿名、アイコン等)
- Python3.8 or higher
- Run
$ poetry install
- Edit
settings.json.sample
and Renamesettings.json.sample -> settings.json
- Enable environment variables for poetry
$ poetry shell
- Run
$ python3 ./postdata-to-slack-channel/src/main.py "Text content you want to sent here"
notation | mention |
---|---|
<!here> | @here |
<!channel> | @channel |
<@user_id> | @ChiyodaTarou |
ref: https://qiita.com/ryo-yamaoka/items/7677ee4486cf395ce9bc
- Write the test code.
- Write the logging code.