Skip to contents

An R interface to the mixi2 Developer Platform API. Provides functions for creating posts, sending chat messages, uploading media, managing stamps, and receiving events via Webhook.

Authentication

All API calls require a mixi2_client object created with mixi2_client(). Set the environment variables MIXI2_CLIENT_ID, MIXI2_CLIENT_SECRET, MIXI2_TOKEN_URL, and MIXI2_API_ADDRESS to avoid passing credentials directly.

Webhook server

Use start_webhook_server() to listen for incoming events. Set MIXI2_SIGNATURE_PUBLIC_KEY (Base64) for signature verification.

Author

Maintainer: statditto kazuyukisn@gmail.com