An open API service indexing awesome lists of open source software.

https://github.com/chrise2024/undefinedbot.core

Chatbot framework based on C#
https://github.com/chrise2024/undefinedbot.core

bot chatbot framework onebot sdk

Last synced: 3 months ago
JSON representation

Chatbot framework based on C#

Awesome Lists containing this project

README

          

# UndefinedBot.Core

UndefinedBot is a cross platform chat bot framework.

In developing
commands: [https://github.com/Chrise2024/UndefinedBot.Command](https://github.com/Chrise2024/UndefinedBot.Command)

## Contributing

### Prerequisites

- .NET 8.0 or later

### Configuration

1. Clone the repository:
```sh
git clone https://github.com/Chrise2024/UndefinedBot.Core.git
```
2. Navigate to the project directory:
```sh
cd UndefinedBot.Core/UndefinedBot.Net
```
3. Restore the dependencies:
```sh
dotnet restore
```

### Build&Run

1. Build the project:
```sh
dotnet build
```
2. Run the project:
```sh
dotnet run
```