mirror of
https://github.com/Xtao-Labs/misskey2telegram.git
synced 2024-11-22 13:55:53 +00:00
21 lines
239 B
INI
21 lines
239 B
INI
[pyrogram]
|
|
api_id = ID_HERE
|
|
api_hash = HASH_HERE
|
|
|
|
[plugins]
|
|
root = modules
|
|
|
|
[proxy]
|
|
enabled = False
|
|
hostname = 127.0.0.1
|
|
port = 1080
|
|
|
|
[basic]
|
|
ipv6 = False
|
|
|
|
[misskey]
|
|
url = wss://xxx.com/streaming
|
|
host = xxx.com
|
|
token = xxxx
|
|
admin = 777000
|