WhosAlive is a small program using the Twitch Api to notify when a stream goes live.
- Add or modify
streams.txt
file next to thewin32_whosalive.exe
file. In this file, put each stream's username in separate line. - Run
win32_whosalive.exe
. - Clicking on the taskbar icon brings up a list of online/offline streams.
- Selecting a stream opens it's Twitch page in the browser.
Here is the latest release in a zip.
- Install Visual Studio 2013
- Run build.bat
Libraries (single-file, public domain licensed) used:
- stb_image for loading images
- stb_image_resize for resizing images
- stb_image_write for writing images