Categorygithub.com/gonebot-dev/gonebot
modulepackage
1.1.6
Repository: https://github.com/gonebot-dev/gonebot.git
Documentation: pkg.go.dev

# README

GoneBot

✨ A simple yet powerful golang chatbot ✨

Introduction(中文

GoneBot is a chatbot framework written in golang that is simple to use yet powerful in nature.

The project focuses on making it easier for users to create chatbots by providing a simple chatbot framework that can be easily extended and customized.

For developers, GoneBot provides a set of APIs that can be used to write custom plugins, which can be used for chatbots to respond to specific commands or messages. Also, developers can create adapters that allow the chatbot to communicate with different online chatting platforms such as QQ, Wechat, Discord, Telegram, etc.

For users, GoneBot provides a simple and intuitive interface that allows users to easily build their own chatbot services. By adding some adapters and plugins together, within a few minutes and a few lines of code, users can have their fully customized chatbot service!

If you want to know more, please refer to: Documents and GitHub

Features

  • 🚀 Lightweight and runs extremely smooth.
  • ⚙️ Simple and easy to use.
  • ⌨ Attentively coded and easy-to-understand.
  • 🔥 Highly extensible and customizable.
  • 🔨 Easy to build and run.
  • 🎁 Free and open-source.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

Load Adapter helps you with loading any adapter for gonebot.
LoadPlugin helps you with loading any plugin for gonebot Just a protocol for plugin.LoadPlugin.
Run gonebot, this will start all adapters and wait for them to end.