> Sorry. :-(

No worries.

> https://github.com/hexchat/hexchat-addons/tree/master/python/teknik

The source code is [here][1]. It looks like it hasn't been maintained for several years and uses Python 2 which reached EOL a few months ago, so it's probably not a great long-term solution. However, it does not look difficult to compile from source. Unless I overlooked something or made a typo, this should work:

$ sudo apt install python-requests python-setuptools
$ cd /tmp
$ git clone https://git.teknik.io/Teknikode/Teknik-Python.git
$ cd Teknik-Python
$ python setup.py build
$ sudo python setup.py install

[1]:  https://git.teknik.io/Teknikode/Teknik-Python

Reply via email to