back

pub / pp-notifier

Instant Messenger Notification daemon for the PinePhone
git clone https://src.jayvii.de/pub/pp-notifier.git
Log | Files | Exports | Refs | README | RSS

Activity: Aug, 2021 - Jun, 2024

Less More

Instant Message Notifier

What does it do?

It checks your current IM messages via several CLI clients for different platform and notifies you about potential messages.

Currently supported:

Future work (WIP, currently not implemented):

Why?

Many IM clients, such as the Telegram Desktop client or the Signal Desktop client are somewhat resource intensive, particularly on the CPU, leading to high(er) power consumption. With this lightweight notifier script, you are not required to have the desktop client running in the background at all times.

Are there system requirements?

Yes.

Common

Sending Notifications: gdbus (likely installed already)

Telegram

Checking Telegram Messages: telegram-cli

Set it up via commandline:

Install IM Notifier

Pull this source directory, and run debuild:

This will create a Debian installation package .deb, which you may install via:

Packages are being built automatically by Gitlab-CI: https://gitlab.com/jayvii_de/pp-notifier/-/jobs

You can Download the “artifacts”, which contain the latest .deb version, that you can also install via apt, just like above.

Use IM Notifier

Installing IM-Notifier also creates an App-Icon in your application menu. Opening this application will run the daemon in the background. You can start this notifier automatically upon login:

IM Notifier reads configurations from ~/.config/im-notifier/config. A sample file can be found in the root repository as config.sample

Authoring & Maintenance

Contribute

You may contribute by sending patches to one of the authors or maintainers above.


Clone this repository via:
git clone https://src.jayvii.de/pub/pp-notifier.git