Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arkanosis/pyjab
Tool to control purple-powered IM clients (such as pidgin) from other programs (shell, text editor…)
https://github.com/arkanosis/pyjab
dbus pidgin purple
Last synced: 24 days ago
JSON representation
Tool to control purple-powered IM clients (such as pidgin) from other programs (shell, text editor…)
- Host: GitHub
- URL: https://github.com/arkanosis/pyjab
- Owner: Arkanosis
- License: mit
- Created: 2011-07-24T17:44:32.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-11-20T12:20:18.000Z (about 10 years ago)
- Last Synced: 2024-10-29T02:21:54.296Z (about 2 months ago)
- Topics: dbus, pidgin, purple
- Language: Python
- Homepage: http://github.com/Arkanosis/pyjab/wiki/Home-of-pyjab
- Size: 125 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
pyjab v0.1
(C) 2011 Jérémie Roquet
[email protected]http://github.com/Arkanosis/pyjab
pyjab is a tool to control purple-powered IM clients (such as pidgin) from other programs using dbus.
Supported clients are:
- zsh, bash or any other shell;
- emacs.It comes with autocompletion for zsh.
To use pyjab, you need to have on your system:
- a recent release of Python
- a recent release of dbus-pythonYou can define aliases for people you want to send messages to, by creating a file named “.pyjabrc” in your $HOME directory.
The format is as follow:----8<-----
# This is a comment
alias=realname
alias=realname
# This is a comment
alias=realname
----8<-----