https://github.com/matte-ek/BanchoMultiplayerBot
Auto host rotation multiplayer bot for osu! written in C#
https://github.com/matte-ek/BanchoMultiplayerBot
bot csharp osugame
Last synced: 7 days ago
JSON representation
Auto host rotation multiplayer bot for osu! written in C#
- Host: GitHub
- URL: https://github.com/matte-ek/BanchoMultiplayerBot
- Owner: matte-ek
- License: gpl-3.0
- Created: 2022-11-13T19:47:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-22T16:31:43.000Z (28 days ago)
- Last Synced: 2025-03-22T17:30:57.296Z (28 days ago)
- Topics: bot, csharp, osugame
- Language: C#
- Homepage:
- Size: 1.06 MB
- Stars: 28
- Watchers: 4
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-osu-tournaments - Bancho Multiplayer Bot - ek) - Tool for creating multiplayer lobbies and automating them. (Community Resources / Tools)
README
# Bancho Multiplayer Bot
Multiplayer bot for osu! written in C#, powered by [BanchoSharp](https://github.com/hburn7/BanchoSharp)
## Introduction
This bot provides auto host rotate functionality in osu! lobbies, of which I personally run 4. I started running a few lobbies back
in 2022 with other osu! bots, but wasn't happy with the features provided, thus BanchoMultiplayerBot was created.## Libraries
* [BanchoSharp](https://github.com/hburn7/BanchoSharp) by [hburn7 (Stage)](https://github.com/hburn7) - Bancho client library used to interact with bancho
* [osu.NET](https://github.com/minisbett/osu.NET) by [minisbett](https://github.com/minisbett) - osu!api library used to interact with the osu!api
* [rosu-pp](https://github.com/MaxOhn/rosu-pp) by [MaxOhn](https://github.com/MaxOhn) - Performance point calculating library used to calculate performance points(And also the "bigger" ones such as the ASP.NET stack, SeriLog, EntityFrameworkCore, Newtonsoft.Json, Moq, prometheus-net)
## Additional Thanks
[hburn7 (Stage)](https://github.com/hburn7) for BanchoSharp and other help[iWeeti](https://github.com/iWeeti) for a [very nice statistics website](https://github.com/iWeeti/weetisoft-osu) built for the bot
[bitknox](https://github.com/bitknox) for giving me cool ideas for the project and additional help