async ready API wrapper and bot library for traQ written in Python.
pip install aiotraq
pip install aiotraq-bot
pip install aiotraq-message
詳細は各リンク先を参照してください。
Name | Description | Version |
---|---|---|
AiotraQ | 非同期リクエスト対応の traQ API ラッパー | |
AiotraQ-Bot | FastAPI を使った traQ Bot ライブラリ | |
AiotraQ-Message | traQ Bot のメッセージ送信ライブラリ |
ドキュメントは こちら
API Client の更新: monorepo のプロジェクトルートで以下を実行してください
poetry install
make api_update
[!WARNING]
post_webhook
についてはライブラリ未対応のため動的に生成できず、手動で追加しています
[!WARNING] work in progress: githubactions でいい感じにしたい
$ make write-version
でまとめて更新しますThis project is licensed under the terms of the MIT license.