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