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 でいい感じにしたい
- monorepo の pyproject.toml に記載されているバージョンを更新して、
$ make write-version
でまとめて更新します - github actions の workflow を実行して、pypi に publish します
This project is licensed under the terms of the MIT license.