Bot Mattermost écrit en Rust faisant la liaison entre Mattermost et Discord (WIP)
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.
Find a file
2021-12-21 09:21:41 +01:00
src call function from the mattermost file 2021-12-21 09:21:41 +01:00
.gitignore Add token storage in a .env file 2021-12-03 10:48:11 +01:00
Cargo.lock reverse to 3101b14 trying to re-use mattermost_api crate 2021-12-21 09:12:40 +01:00
Cargo.toml reverse to 3101b14 trying to re-use mattermost_api crate 2021-12-21 09:12:40 +01:00
README.md reverse to 3101b14 trying to re-use mattermost_api crate 2021-12-21 09:12:40 +01:00

matter_bot

Pré-requis

openssl requis par mattermost_api

sudo apt install libssl-dev

.env placé dans la racine du projet qui contient le token, exemple :

TOKEN=votre_token_ici