Matrix Bots and Add Ons

From Irregularpedia
Jump to navigation Jump to search

GPT Bot

This guide provides instructions for setting up a GPT-based bot within a Matrix environment, specifically using the configurations provided in the matrix-docker-ansible-deploy project.

Resources

Setting up a Bot Account with SSO

Follow these steps to set up a bot account with Single Sign-On (SSO):

  1. Create an account using the SSO system.
  2. Open a private browser window and log in to Matrix using the SSO credentials.
  3. Set up recovery keys for the account.
  4. Obtain the access token for the bot account:
    1. Navigate to **All Settings**.
    2. Go to **Help & About**.
    3. Select **Access Token** to retrieve it.
  5. Ensure you DO NOT log out after retrieving the token.
  6. Close the browser window to maintain the session.
  7. Use the access token for configuring the bot account.

Note: When using SSO, disabling the local password option is necessary for SSO users to set up recovery keys.

Setting up an Account with Access Token

For additional details on setting up an account using an access token, refer to the relevant GitHub discussion: Account Setup with Access Token

Reference

For configuration details and further instructions, consult the documentation: Full Configuration Guide