-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/chemitaxis/Twitch-Live-iR…
- Loading branch information
Showing
1 changed file
with
58 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |