Explorar el Código

Create README.md

Jake Kalstad hace 2 años
padre
commit
fc44806d80
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  1. 11 0
      README.md

+ 11 - 0
README.md

@@ -0,0 +1,11 @@
+# random-matrix-image-poster
+
+A bot to post a random image from a defined folder using a defined !command written in Rust, for fun and science
+
+add a `.env` file with
+```
+PW_MATRIX='your matrix pass'
+UID_MATRIX='@your-matrixUID:yourserver.org'
+MATRIX_COMMAND='random_image'
+RANDOM_FOLDER='/home/wew/funny_memes'
+```