TkTech / clicky

Turn CLI applications into Slack & Discord bots.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clicky

Clicky is a simple Python tool for taking CLIs written using click and exposing them as bots on platforms such as Slack and Discord.

Installation

Clicky is available on PyPI and can be installed with pip. For Click & Slack, use:

pip install "clicky[click,slack]"

and for Discord use:

pip install "clicky[click,discord]"

Usage & Docs

See the latest release documentation at https://tkte.ch/clicky/.

License

Clicky is licensed under the MIT license. See the LICENSE file for more information.

About

Turn CLI applications into Slack & Discord bots.

License:Other


Languages

Language:Python 100.0%