1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: localslackirc
Section: net
Priority: optional
Maintainer: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Build-Depends: debhelper (>= 12), python3:any, dh-python, python3-distutils,
mypy, python3-typedload (>= 2.16), python3-websockets, python3-emoji,
debhelper-compat (= 13)
Standards-Version: 4.6.1.0
Homepage: https://github.com/ltworf/localslackirc
X-Python3-Version: >= 3.10
Vcs-Browser: https://github.com/ltworf/localslackirc
Rules-Requires-Root: no
Package: localslackirc
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-typedload (>= 2.16),
python3-websockets
Recommends:
python3-emoji
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.
|