Go to file
2022-01-31 13:50:48 +01:00
assets init 2022-01-31 13:50:48 +01:00
.gitignore init 2022-01-31 13:50:48 +01:00
game.js init 2022-01-31 13:50:48 +01:00
index.js init 2022-01-31 13:50:48 +01:00
package-lock.json init 2022-01-31 13:50:48 +01:00
package.json init 2022-01-31 13:50:48 +01:00
README.md init 2022-01-31 13:50:48 +01:00

Matrix Motus Bot

Bot Matrix qui permet de jouer à Motus en message privé et sur un salon de discussion.

Il faut créer un compte destiné au robot puis :

git clone https://gitnet.fr/deblan/matrix-motus-bot.git
npm install
export MATRIX_URL='https://matrix.org'
export MATRIX_USERNAME='@username:matrix.org'
export MATRIX_PASSWORD='pa$wOrd'
export MATRIX_DATA='./datas' # non obligatoire
node index.js