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: 8 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:29:05.000Z (over 3 years ago)
- Last Synced: 2025-01-31T19:01:39.131Z (over 1 year 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.1
Once the above dependencies are installed compiling the project is as simple as:
> dotnet build -c Release