temac/sample.config.py

14 lines
237 B
Python

api_id = 12345
api_hash = "abcdefghj..."
matrix_creds = {
"username": "username",
"password": "password",
"server": "server"
}
mappings = [
# Each pair is tg channel id, matrix room id
(-123456789, '!asdfghjkl'),
]