An open API service indexing awesome lists of open source software.

https://github.com/tktech/clicky

Turn CLI applications into Slack & Discord bots.
https://github.com/tktech/clicky

Last synced: about 13 hours ago
JSON representation

Turn CLI applications into Slack & Discord bots.

Awesome Lists containing this project

README

          

# 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:

```bash
pip install "clicky[click,slack]"
```

and for Discord use:

```bash
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](LICENSE) file for
more information.

[click]: https://click.palletsprojects.com/