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.
- Host: GitHub
- URL: https://github.com/tktech/clicky
- Owner: TkTech
- License: other
- Created: 2023-08-20T20:25:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-28T18:44:06.000Z (about 2 years ago)
- Last Synced: 2025-06-03T21:17:05.726Z (about 1 year ago)
- Language: Python
- Size: 181 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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/