Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/volcanicarts/osu-request
An osu! beatmapset request client with Twitch integration
https://github.com/volcanicarts/osu-request
osu osu-framework twitch
Last synced: 20 days ago
JSON representation
An osu! beatmapset request client with Twitch integration
- Host: GitHub
- URL: https://github.com/volcanicarts/osu-request
- Owner: VolcanicArts
- License: gpl-3.0
- Created: 2021-12-30T15:39:06.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T15:00:26.000Z (almost 2 years ago)
- Last Synced: 2024-10-27T16:21:02.744Z (2 months ago)
- Topics: osu, osu-framework, twitch
- Language: C#
- Homepage:
- Size: 519 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# osu!request
An osu! beatmapset request client with Twitch integration built on top of the [osu!framework](https://github.com/ppy/osu-framework). Communicates with a server which handles all the requests, storing of data, and anything else that may be added in the future.Currently there are no releases as the app doesn't have all the features planned. However, it is in a working state, and the guide on how to get started is below
## Getting Started
Get the latest release from the releases tab on the right, then run the executable. You will be automatically sent to the settings where you will enter your twitch channel name (this is case sensitive) and your code. The code can be generated by clicking the "Login with Twitch" button. If your code ever expires, you will be notified and will be asked to login with Twitch again. Then, click the "Save and Connect" button and osu!request will handle everything else. Requests can be taken from chat by having users type "!rq [beatmapsetId]".This guide is subject to change as the application evolves... Please check back with every release in case anything major changes
## Bugs/Features
If there's a bug with osu!request or you'd like to suggest a new feature, head to the [Issues Page](https://github.com/VolcanicArts/osu-request/issues) and create a new issue. You can then select the template you require.If your issue isn't a bug report or a feature request, feel free to create a blank issue
## Licence
This app is licenced under the [GNU General Public License V3](https://www.gnu.org/licenses/gpl-3.0.en.html). Please see [the licence file](LICENSE) for more information.