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

13 lines
253 B
Markdown
Raw Normal View History

2021-12-03 10:29:32 +01:00
# matter_bot
## Pré-requis
`openssl` requis par [`mattermost_api`](https://github.com/Celeo/mattermost_api)
```bash
sudo apt install libssl-dev
```
2021-12-03 10:48:11 +01:00
`.env` placé dans la racine du projet qui contient le token, exemple :
```
TOKEN=votre_token_ici
```