BanchoSharp
C# library for communicating with osu!Bancho
Install / Use
/learn @hburn7/BanchoSharpREADME
BanchoSharp
Synopsis
The solution for connecting to osu!Bancho in C#. This library provides various events and tools for working with osu!Bancho, osu!'s IRC server.
Getting Started
- Add the NuGet package to your project.
- Instantiate the client with the necessary credentials and subscribe to any relevant events.
string username = "bob"; string password = "12345"; IBanchoClient client = new BanchoClient(new BanchoClientConfig(new IrcCredentials(username, password))); client.OnAuthenticated += () => { // Do stuff here - user is now authenticated with osu!Bancho }
- BanchoBot events are also directly subscribable. These are events that fire when a message is received from BanchoBot containing important information.
// NOTE: BanchoBotEvents and MultiplayerLobbies are WIP features. client.BanchoBotEvents.OnTournamentLobbyCreated += (lobby) => { // Send notifcation, etc. }
Related Skills
node-connect
347.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
107.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
347.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
347.0kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
