Skip to content

UBotPlatform/UBot.Common.Go

Repository files navigation

About UBot

UBot is an open source platform for developing chat bots. It provides consistent apis for different platforms (telegram, discord and more!) in a language-independent way, making bot development WORA-able (Write once, Run anywhere).

About UBot.Common.Go

This library provides a lot of helper functions for writing UBot Components (Account / App).

Usage

import (
	ubot "github.com/UBotPlatform/UBot.Common.Go"
)

License

This library is licensed under BSD 3-Clause License.
Please see LICENSE for licensing details.
You can use TLDRLegal to see a summary first. (!!!NOT LEGAL ADVICE!!!)