1 unstable release
0.1.0 | Apr 28, 2020 |
---|
#7 in #someone
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–26MB
~358K SLoC