This repository has been archived on 2022-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
MatterBot/README.md

12 lines
253 B
Markdown

# matter_bot
## Pré-requis
`openssl` requis par [`mattermost_api`](https://github.com/Celeo/mattermost_api)
```bash
sudo apt install libssl-dev
```
`.env` placé dans la racine du projet qui contient le token, exemple :
```
TOKEN=votre_token_ici
```