Initial commit

Signed-off-by: Abdulkadir Furkan Şanlı <me@abdulocra.cy>
This commit is contained in:
2024-01-19 11:12:06 +01:00
commit d9ba01f85b
4 changed files with 234 additions and 0 deletions

10
env.example Normal file
View File

@ -0,0 +1,10 @@
# Matrix homeserver URL.
MATRIX_SERVER = ""
# Matrix room to monitor.
MATRIX_ROOM = ""
# Username for bot's Matrix user.
MATRIX_USER = ""
# Password for bot's Matrix user.
MATRIX_PASSWORD = ""
# Path of sqlite3 file to use.
DB_PATH = ""