This Windows Form app, built using .NET 8.0, is tailored for Twitch streamers focusing on iRacing content. It simplifies updating your Twitch stream title to reflect the current racing activity in a consistent and informative format.
- Dynamic Title Formatting: Automates Twitch stream title updates using the format:
[Type of Race (Qualy, Practice, or Race) with Strength of Field for the Season] - [Series Name]
. - Customizable Startup Options: Choose to start the application with Windows, in a minimized state, or with standard launch.
- Log Management: Enable or disable logging for troubleshooting and record-keeping.
- Windows operating system
- .NET 8.0 Runtime
- Download the latest release from the GitHub releases page.
- Unzip the downloaded file to your desired location.
- Execute the application file to start.
First-time users will be prompted to set up:
- Twitch API credentials.
- Startup preferences.
- Logging options.
- Visit Twitch Token Generator.
- Select Custom Scope Token.
- Enable
channel:manage:broadcast
Scope. - Generate and Use the Token: Follow the on-site instructions to generate your token. Use this in the application settings for API interaction.
Note: The client ID corresponds to the Twitch Token Generator application and should not be changed unless you're well-versed with the application's code.
Once configured, the app automatically updates your Twitch stream title. Manual title overrides are possible through the app interface.
For issues or inquiries, please open an issue on the GitHub repository.
Contributions are welcome. To contribute, please fork the repository and submit a pull request.
This project is licensed under the GNU General Public License