/post-slack-sample

Slackに投稿するサンプルコード

Primary LanguagePythonMIT LicenseMIT

post-slack-sample

Slackに投稿するサンプルコード

プロジェクトインストール

poetry install

credentialファイル作成

cp post_slack_sample/.env.sample post_slack_sample/.env

プログラム実行

poetry run python post_slack_sample/main.py

or

make main

フォーマット

make format

テスト実行

make test

型チェック

make type-check

全てまとめてチェック

make format test type-check