Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

flocke/weechat-gotify

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 3 commits ahead of p3lim:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

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%