Skip to content
/ page Public
forked from mythmon/page

Delivers messages to your from Weechat

Notifications You must be signed in to change notification settings

atluxity/page

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Page is a small program to report to you the status of Weechat by connecting to it via the relay protocol

Right now it connects, subscribes (syncs) to all buffers, and sends notifications of highlights and private messages.

How do?

git clone git://github.com/mythmon/page.git
cd page
virtualenv .
. bin/activate
pip install -r requirements.txt
vim config.json
PYTHONPATH=. python page/client.py

config.json

{
  "host": "example.com",
  "port": 7001,
  "password": "secrets",
  "command": "notify-send %m"
}

command is notify-send %m by default. You can replace this with whatever command you want it to run when you receive a message. %m is replaced with the message that was received.

About

Delivers messages to your from Weechat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%