This application consumes amqp events and sends them to irc.
- Adjust config at the top of
suse_msg/consume.py. In particular, change the channel names to prevent disturbing the the real channels. - Install dependencies, most notably the
ircmodule. It is not packaged under openSUSE but can be installed viapip install --user irc. - Run
PATH="~/.local/bin:$PATH" suse_msg/consume.pyto start the script using modules installed viapip install --user.