Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/infomaniak/kchat-bot-php


https://github.com/infomaniak/kchat-bot-php

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# kchat-bot-php

This is an example on how you can connect to the kChat websocket in PHP in order to create a bot.

```shell
cp .env.example .env
```

Create a bot user and edit the `.env` file with your kChat instance url, the bot token and your team id.

```shell
php kchat-bot
```