#desktop-notifications #chat #channel #irc #display #notifier #someone

app irc-chat-notifier

This program displays a desktop notification when someone chat on the channel

1 unstable release

0.1.0 Apr 28, 2020

#8 in #someone

23 downloads per month

GPL-2.0 license

13KB
71 lines

IRC Chat Notifier

This program displays a desktop notification when someone chat on the channel.

Installation

Currently, you can install via cargo install irc-chat-notifier.

Example

irc-chat-notifier --nick john.doe --server irc.freenode.org --channel '#linux' --password abcd1234 --ignore-nick john.doe

For Twitch channel, you can use the Twitch Chat OAuth Password Generator to generate the password. The command would look like:

irc-chat-notifier --nick john.doe --server irc.chat.twitch.tv --channel '#dexbonus' --password abcd1234 --ignore-nick john.doe

Dependencies

~13–27MB
~363K SLoC