terminaldweller / irssi-python

Python plug-in for Irssi

Home Page:https://irssi.org/modules/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

irssi-python test3

irssi-python embeds Python into an Irssi module, providing most of the
functionality of the Perl wrapper to Python scripts using a similar interface.
Read INSTALL for setup instructions.

Currently, all of the objects and functions are accessible through the irssi
module. See docs/irssi-python.html for a listing. Basic docs are also available
online in Irssi, as well. Use the /py exec command to send commands to the Python
interpreter while in Irssi. 

This will print help for the Window object:
    /py exec import irssi
    /py exec help(irssi.Window)

Other commands:
    /py load     load a Python script
    /py unload   unload a Python script
    /py list     list loaded scripts
    

About

Python plug-in for Irssi

https://irssi.org/modules/

License:GNU General Public License v2.0


Languages

Language:C 93.1%Language:Python 3.5%Language:M4 2.5%Language:Makefile 0.7%Language:Awk 0.3%