Pinned Info

When twitch.tv channels you follow go live, get notifications on your computer within the minute, with this fresh-from-the-software-mines pre-beta quality software!

Download:

Windows 64-bit latest build [installer] [zip] (these links always point to the latest successful build)
Mac (27 February 2017)

It's open source! See the twitch-notifier-go (Go) and twitch-notifier (Python) projects on GitHub to get the source code or contribute or report bugs.

Hit me up on twitter for feedback or questions or help or to send me pictures of your dog or tell me about your day! If you want to know the future of twitch-notifier (existence of a future for humanity not guaranteed) take a look at my twitch-notifier-go black hole for tasks on Trello

Monday, February 27, 2017


  • Improved Streams Log: I've now added some basic formatting to the text in the Streams Log to make it easier to see what you need at a glance
  • Online and offline lists now stay in alphabetical order as streamers go online and offline

Friday, February 24, 2017

At-A-Glance Streams Log

  • Streams Log: Just missed a notification pop-up for a channel going live? Have a look at the top of the new Streams Log, and double click to open a channel in your browser. The Streams Log shows streams going online and offline, in chronological order, with game and title details. The old debug log is still available on its own tab.
  • Got rid of the numerical channel IDs, as they're not very useful, even for debugging

Tuesday, January 31, 2017

Update

  • When running with the -all option show all followed channels and notify only for channels where notifications are enabled on Twitch
  • Use updated channel description changes from the followed streams polling (by default every 60 seconds), not just when all channels are reloaded (by default every 10 minutes).
  • If there's an error loading the list of followed channels, retry up to 10 times rather than just quitting.

Monday, January 9, 2017

Quick update

- Fix for streams with no game set sometimes not using the right notification message.

Thursday, December 29, 2016

End of December update

A few odds and ends since the last post:
- Windows version has an installer
- Fixed app name in menu items on Mac
- Now using a normal case-insensitive order when sorting the channel lists

I'm aware that this app suffers from pretty severe programmer-UI-itis, including but not limited to clutteredness, non-obviousness, and bad visual design.  I'm starting to think about ways in which the UI could be cleaned up / fixed, and have made a column for that stuff in this project's Trello. However if you're actually using this software please feel free to hit me back with any ideas you have about what it should do or how it should look and work.

Tuesday, December 20, 2016

Brief update

- Added a windows installer.
- Added a "Quit with Logout" menu item on Mac, since it's mystery how you clear the cookies of an app that uses a built-in WebView on Mac unless the app can do it

Sunday, December 11, 2016

More Mac changes

I burned through my main to-do list item, which was to sort out why my automated tests were hanging on Mac.  I reorganised the tests to get rid of the problem they were running into, and tackled some other Mac to-do list items while I was at it.

Recent changes:
  • Go version
    • Improved Mac application bundle - Got rid of the separate assets directory; any assets we need will go inside the twitch-notifier-go.app
    • Fixed automated test issues on Mac