1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: localslackirc
Section: net
Priority: optional
Maintainer: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Build-Depends: debhelper (>= 12), python3, dh-python, python3-distutils,
mypy, python3-typedload (>= 2), python3-websockets,
debhelper-compat (= 13)
Standards-Version: 4.5.0
Homepage: https://github.com/ltworf/localslackirc
X-Python3-Version: >= 3.8
Vcs-Browser: https://github.com/ltworf/localslackirc
Rules-Requires-Root: no
Package: localslackirc
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-typedload (>= 2),
python3-websockets
Description: IRC gateway for slack, running on localhost for one user
This project is a replacement for slack's IRC gateway that they dropped.
.
One instance of localslackirc connects to one slack account and one
IRC client, passing the messages between the two.
|