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:47:34 +01:00
src block main thread in main function whe calling async function 2021-12-21 09:47:01 +01:00
.gitignore Add token storage in a .env file 2021-12-03 10:48:11 +01:00
Cargo.lock block main thread in main function whe calling async function 2021-12-21 09:47:01 +01:00
Cargo.toml block main thread in main function whe calling async function 2021-12-21 09:47:01 +01:00
README.md add future documentation 2021-12-21 09:47:34 +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 et l'URL, exemple :

TOKEN_MATTERMOST=votre_token_ici
MATTERMOST_INSTANCE_URL=url_du_site_ici, ex: https://talk.up8.edu

Sources

Documentation mattermost_api Documentation futures


Projet ne fonctionne pas, et a peu de chance d'aboutir car le mattermost de la fac se connecte via Gitlab et aucune librarie ne supporte ceci.