Golang Bot SDK
A Golang server-side Bot SDK
This Bot SDK enables developers to create chatbots for managing chat groups. You can develop a bot capable of managing group chats using various standards, such as token-gated chats which can be useful for managing exclusive or private groups.
Create custom chatbots tailored to your needs and add them seamlessly to the existing chat groups. This can save time and effort, as well as improve the efficiency and effectiveness of chat group management.
Install
Usage
Prepare a configuration file
Please contact developer@sending.network for a test P2P node URL.
Provide P2P node endpoint, wallet address and private key in config.yaml:
You can use an existing wallet account, or generate a new account by running:
Create an instance of Client
Client
After reading the configuration file, create an instance of Client
Call API functions
Examples
You can see more use cases in the examples
directory.
License
Apache 2.0
Last updated