Table of contents
Broadifyer is a notification app that brings Twitch notifications into the windows notification ecosystem. Recieve going live notifications from any streamer any time, optionally even whilst in full screen apps. Additional category filters can also be used, to only be notified about the most relevant streams.
Add any streamer you want to be notified about when the streamer is going live.
Use category filters when you only want to watch a specific streamer stream specific categories.
Can be in either whitelist or blacklist mode. If in whitelist, a notification is only sent, if the streamer is streaming the category. The opposite is true for blacklist mode, where the notificaton will only be sent, if the streamer is NOT streaming the category.
Optionally mark the notifications as urgent, which allows them to show up any time, event when in fullscreen mode. See here for how to enable.
- TwitchLib (twitch api requests)
- Avalonia (user interface)
- Json.NET (json file parsing)
- WebView (integrated browser)
- Download the latest release.
- Run the program.
- Log in to twitch account in opened browser.
- Allow Broadifyer access.
- Add desired streamers and categories by their name.
- Close window and wait for streamer to go live.
Broadifyer will run in the background, and can be accessed via its tray icon.
- Right click the tray icon.
- Select 'Exit' to stop the application, or 'Edit' to access the configuration window.
The 'Run on startup' setting can be enabled with the settings window.
- Follow the Reconfiguring or exiting the application guide, to open the configuration window.
- Expand the 'Edit' menu.
- Select 'Settings', to open the settings window.
- Enable the 'Run on startup' setting.
- Close the configuration window.
Many other relevant settings can be configured in this window.
- Open the settings window.
- Toggle the 'Urgent Notification' setting
This marks all notifications sent from the application, as improtant, which allows them to show up, even when in fullscreen mode.
- Open the configuration window.
- Select the 'File' menu.
- Select 'Export' or 'Import' to save or load the current configuration.
- Open Broadifyer.sln, using Visual studio (developed with vs 2022)
- Build the Broadifyer.csproj project in any configuration.
- Optionally build the Updater.csproj project (build output is automatically placed in the Broadifyer bin folder)
- Done!
Distributed under the MIT License. See LICENSE
for more information.