Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
chemitaxis committed Dec 17, 2023
2 parents 9e75aa7 + c4eb3c3 commit 053ab44
Showing 1 changed file with 58 additions and 1 deletion.
59 changes: 58 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,58 @@
# Twitch Live iRacing
# Twitch Live iRacing for iRacing Streamers

## Overview

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.

## Features

- **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.

## Getting Started

### Prerequisites

- Windows operating system
- .NET 8.0 Runtime

### Installation

1. Download the latest release from the [GitHub releases page](#).
2. Unzip the downloaded file to your desired location.
3. Execute the application file to start.

### Configuration

First-time users will be prompted to set up:
- Twitch API credentials.
- Startup preferences.
- Logging options.

## Generating Twitch API Token

### Steps to Generate Twitch API Token

1. **Visit [Twitch Token Generator](https://twitchtokengenerator.com)**.
2. **Select Custom Scope Token**.
3. **Enable `channel:manage:broadcast` Scope**.
4. **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.

## Usage

Once configured, the app automatically updates your Twitch stream title. Manual title overrides are possible through the app interface.

## Support

For issues or inquiries, please open an issue on the GitHub repository.

## Contributing

Contributions are welcome. To contribute, please fork the repository and submit a pull request.

## License

This project is licensed under the GNU General Public License

0 comments on commit 053ab44

Please sign in to comment.