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 <ltworf@debian.org>
Build-Depends: debhelper (>= 13), python3:any, dh-python,
mypy, python3-typedload, python3-websockets, python3-emoji,
debhelper-compat (= 13)
Standards-Version: 4.7.2
Homepage: https://codeberg.org/ltworf/localslackirc
Vcs-Browser: https://codeberg.org/ltworf/localslackirc
Vcs-Git: https://codeberg.org/ltworf/localslackirc.git
Rules-Requires-Root: no
Package: localslackirc
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-typedload,
python3-websockets (>= 14.1-1)
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.
|