Skip to main content

Async ready traQ Bot library

Project description

AiotraQ-Bot

Async ready traQ Bot library written in Python.

PyPI - Version GitHub license CI

Requirements

AiotraQ-Bot は以下のライブラリを使用しています。

Installation

pip install aiotraq-bot

Usage

TraqHttpBot を使って http bot を作成することができます。

traQ->BOTサーバーへのイベント受け取り部分を補助します。 BOTサーバー->traQへのイベント送信は AiotraQAiotraQ-Message 等を利用してください。

import os
from aiotraq_bot import TraqHttpBot

bot = TraqHttpBot(verification_token=os.getenv("BOT_VERIFICATION_TOKEN"))

@bot.event()
async def on_message(payload: MessageCreatedPayload):
    print(payload)

if __name__ == "__main__":
  bot.run()

Event handler の登録

イベントの登録は @bot.event() デコレータを使って行うことができます。 event の引数として対象のイベントを指定するか、関数の型ヒントを使って指定することができます。

MESSAGE_CREATED イベントを型ヒントを使って指定する場合

@bot.event()
async def on_message(payload: MessageCreatedPayload):
    print(payload)

MESSAGE_CREATEDイベントを引数を用いて指定する場合

@bot.event("MESSAGE_CREATED")
async def on_message(payload):
    print(payload)

詳細は ドキュメント|Bot サーバーの作成を参照してください。

Acknowledgements

This project is inspired by python-traq-bot.

License

This project is licensed under the terms of the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aiotraq_bot-0.2.4.tar.gz (8.1 kB view details)

Uploaded Source

Built Distribution

aiotraq_bot-0.2.4-py3-none-any.whl (9.4 kB view details)

Uploaded Python 3

File details

Details for the file aiotraq_bot-0.2.4.tar.gz.

File metadata

  • Download URL: aiotraq_bot-0.2.4.tar.gz
  • Upload date:
  • Size: 8.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for aiotraq_bot-0.2.4.tar.gz
Algorithm Hash digest
SHA256 7236f6dc0359cac2b27309a337e4f779b125a1bb0ca6b3e59d658a2b016a405b
MD5 db5082ce242bbd878fe3d382f626bc09
BLAKE2b-256 23fe59defb7766d743d304b0190373a86ac0dbaee7fef0055f7b1cf50b139981

See more details on using hashes here.

File details

Details for the file aiotraq_bot-0.2.4-py3-none-any.whl.

File metadata

  • Download URL: aiotraq_bot-0.2.4-py3-none-any.whl
  • Upload date:
  • Size: 9.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for aiotraq_bot-0.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 7992f0bd95a15e43d0a627e06cf30fadc5fe7358cc005a3dc68d6eac3627ffa8
MD5 78587010476bc7cad0d138f6cf2a4da8
BLAKE2b-256 6c364bede2908ecf6677702b282be02f33f910c46f8d711dac9290bd61ed2ee5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page