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#
- Host: GitHub
- URL: https://github.com/chrise2024/undefinedbot.core
- Owner: Chrise2024
- License: mit
- Created: 2024-11-02T15:42:30.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-20T06:37:21.000Z (about 1 year ago)
- Last Synced: 2025-10-14T05:47:51.953Z (6 months ago)
- Topics: bot, chatbot, framework, onebot, sdk
- Language: C#
- Homepage:
- Size: 467 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```