Skip to content
This repository was archived by the owner on Nov 27, 2022. It is now read-only.
/ weechat-gotify Public archive
forked from p3lim/weechat-pushjet

Send highlights and mentions through Gotify

License

Notifications You must be signed in to change notification settings

flocke/weechat-gotify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

weechat-gotify

A WeeChat plugin that sends highlights and/or private message notifications through Gotify.

Options

The plugin allows you to set a few options through the normal WeeChat settings system.
You'll find all of them under plugins.var.python.gotify, and all of them have helpful descriptions.

To set them use /set plugins.var.python.gotify.foo bar or through the iset.pl plugin.

  • host
    • host for the gotify api (default: "")
  • token
    • app token for the gotify api (default: "")
  • priority
    • priority of the message (default: 2)
  • timeout
    • timeout for the message sending in seconds (default: 5)
  • separator
    • separator between nick and message in notifications (default: ": ")
  • notify_on_highlight
    • push notifications for highlights in buffers (on/off) (default: "on")
  • notify_on_privmsg
    • push notifications for private messages (on/off) (default: "on")
  • notify_when
    • when to push notifications (away/detached/always/never) (default: "always")
  • ignore_buffers
    • comma-separated list of buffers to ignore (default: "")
  • ignore_nicks
    • comma-separated list of users to not push notifications from (default: "")

About

Send highlights and mentions through Gotify

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%