Files
Twitchy/Readme.md
Martin Barker (Keatran) 6ff5c89e45 Update Readme.md
2023-01-28 03:02:11 +00:00

36 lines
1.0 KiB
Markdown

# Twitch Notify
## not affiliated with Twitch or Amazon
## Installation
Twitch Notify Requires [.NET 6 Desktop Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-6.0.13-windows-x64-installer).
## Development
Want to contribute? Great!
Project is built using Visual Studios 2022,
You need to create Application to obtain a ID and Secret on [Twitch Developer Console](https://dev.twitch.tv/console) replace lines 15 and 16 in TwitchFetcher.cs
```pwsh
TwitchClientID = "";
TwitchClientSecret = "";
```
### CommunityToolkit 8.0.0 Pre-release
Project Requests `CommunityToolkit-MainLatest` NuGET Package Source
1. Tool > NuGET Package Manager > Package Manager Settings
2. Click on Package Source (just below the select General in the Left hand column
3. Click the + icon top right
5. 4. Enter the Name `CommunityToolkit-MainLatest` and Source `https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-MainLatest/nuget/v3/index.json`
6. Click Update
7. Click Ok
## License
MIT
**Free Software, Hell Yeah!**