Files
Twitchy/Readme.md
Martin Barker (Keatran) ab758cd85f Update Readme.md
2023-01-30 14:49:18 +00:00

2.0 KiB

Twitch Notify

Not affiliated with Twitch or Amazon

Please note that currently this is a BETA as such it does not add it's self to windows start up if you wish to add this to start up for now you can just create a shortcut to the Twitch Notify.exe in the directory C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup,

This will be fixed when this project moves out of Beta only.

Installation

Twitch Notify Requires .NET 6 Desktop Runtime.

How to use

How to Exit:

To exit you will have a Notification Icon / Tray icon where you can quit the application.

Showing windows Notification Icon Area also known as the Tray Area

What it looks like:

Example of the Notification

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 Add a new C# Class to the project named TwitchDetails.cs add the following code with your ID and Secret

namespace TwitchDesktopNotifications
{
    static public class TwitchDetails
    {
        public static string TwitchClientID = "";
        public static string 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
    1. Enter the Name CommunityToolkit-MainLatest and Source https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-MainLatest/nuget/v3/index.json
  4. Click Update
  5. Click Ok

License

MIT Free Software, Hell Yeah!