diff --git a/data/credentials.json b/data/credentials.json new file mode 100644 index 0000000..7257e39 --- /dev/null +++ b/data/credentials.json @@ -0,0 +1,9 @@ +{ + "homeserver": "https://matrix.org", + "user": "@example:matrix.org", + "password": "hunter2", + "device_id": "", + "device_name": "DEADCADE's Selfbot", + "session_path": "./data/session.json", + "store_path": "./data/store/" +}