Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 741 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 741 Bytes

irssi-mqtt-sailfish

Sailfish client for receiving (irssi) notifications over MQTT

irssi-notification-client.py

A quick proof of concept implementation in python. Needs python-mosquitto. Repositories etc are explained here: https://wiki.merproject.org/wiki/Middleware/PushNotifications

Only shows pop up and puts the notification in memory, no audio or haptic feedback.

To set up:

echo #myusername# > ~/.mqtt_auth
echo #password# >> ~/.mqtt_auth

Copy the notification definition into place (as root).

cp x-nemo.messaging.irssi.conf /usr/share/lipstick/notificationcategories/

Then edit the variables at the top of irssi-notification-client.py to match your environment.