Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaoticz/nadekohub
A desktop manager for NadekoBot, written in C# with Avalonia.
https://github.com/kaoticz/nadekohub
avalonia csharp discord nadekobot netcore
Last synced: about 1 month ago
JSON representation
A desktop manager for NadekoBot, written in C# with Avalonia.
- Host: GitHub
- URL: https://github.com/kaoticz/nadekohub
- Owner: Kaoticz
- License: gpl-3.0
- Created: 2023-09-09T04:41:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-12T05:41:48.000Z (8 months ago)
- Last Synced: 2024-05-12T06:25:35.412Z (8 months ago)
- Topics: avalonia, csharp, discord, nadekobot, netcore
- Language: C#
- Homepage:
- Size: 2.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![.NET Unit Tests][.NET-Badge]][.NET-Url]
[![CodeQL][CodeQL-Badge]][CodeQL-Url]
[![CodeFactor][CodeFactor-Badge]][CodeFactor-Url]# NadekoHub
NadekoHub is a cross-platform user-friendly desktop application designed for management of [NadekoBot][NadekoWebsite] Discord bot instances.
Download it [here][NadekoHubReleases].
For more information about this project, please visit the [wiki][GithubWiki].## Features
- Install, update, and remove Nadeko bots.
- Install and update dependencies used by Nadeko to play music.
- Easy access to the settings of each Nadeko bot.
- Start and stop your bots directly from the Hub.
- Create backups of your bots whenever you want.
- Watch logs of your bots in real time and have them saved automatically for later inspection.
- Works on Windows, Linux, and macOS.## Screenshots
![HomeView]
![ConfigView]
![BotConfigeView]## License
NadekoHub, a desktop application for managing instances of the NadekoBot Discord bot.
Copyright (C) 2023 Kotz
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .[NadekoWebsite]: https://nadeko.bot/
[HomeView]: ./.github/readme_assets/nadekohub_home.png
[ConfigView]: ./.github/readme_assets/nadekohub_config.png
[BotConfigeView]: ./.github/readme_assets/nadekohub_botconfig.png
[GithubWiki]: ../../wiki
[NadekoHubReleases]: ../../releases/latest
[CodeFactor-Url]: https://www.codefactor.io/repository/github/kaoticz/nadekohub/overview/main
[CodeFactor-Badge]: https://www.codefactor.io/repository/github/kaoticz/nadekohub/badge/main
[.NET-Url]: ../../actions/workflows/dotnet.yml
[.NET-Badge]: ../../actions/workflows/dotnet.yml/badge.svg
[CodeQL-Url]: ../../actions/workflows/codeql.yml
[CodeQL-Badge]: ../../actions/workflows/codeql.yml/badge.svg