Matrix-Selfbot/data/credentials.json

10 lines
245 B
JSON
Raw Normal View History

2022-04-08 16:46:45 +02:00
{
"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/"
}