Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicmeister/halo-streamer-tools
A streamer toolkit for Halo 5 built in C# using .Net Core 3 as a WinForms application that retrieves the game stats periodically and prints out text files that a streamer can use in OBS to overlay in game stats in near real time.
https://github.com/nicmeister/halo-streamer-tools
api-rest cron csharp halo halo5 mixer streamer-tool twitch
Last synced: 2 months ago
JSON representation
A streamer toolkit for Halo 5 built in C# using .Net Core 3 as a WinForms application that retrieves the game stats periodically and prints out text files that a streamer can use in OBS to overlay in game stats in near real time.
- Host: GitHub
- URL: https://github.com/nicmeister/halo-streamer-tools
- Owner: NicmeisteR
- Created: 2019-12-23T18:59:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:29:05.000Z (about 2 years ago)
- Last Synced: 2023-03-03T15:13:06.375Z (almost 2 years ago)
- Topics: api-rest, cron, csharp, halo, halo5, mixer, streamer-tool, twitch
- Language: C#
- Homepage:
- Size: 15.6 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Halo Streamer Tools
A streamer toolkit for Halo 5 built in C# using .Net Core 3 as a WinForms application that retrieves the game stats periodically and prints out text files that a streamer can use in OBS to overlay in game stats in near real time.# Setup
This project is built using .Net Core 3, due to this in order to compile the project you will need:
> dotnet core SDK 3.0+And to run the project you need the
> ASP.NET Core Runtime 3.0.1Once the above dependencies are installed compiling the project is as simple as:
> dotnet build -c Release