- GET -
https://api.amk.lol/dummybrawl/v1/profile/?api_token={token}&id={id}
- api-token: string # Your access token from @dummyBrawlBot (send /api command)
- id: int # User ID from Dummy Brawl (use /tag2id command in bot if you don't know your ID)
| import asyncio | |
| import secrets | |
| import sys | |
| from asyncio import StreamReader, StreamWriter | |
| client_hello = bytes.fromhex("27740000480000" # Header: 10100, length: 72 | |
| "00000002" | |
| "00000027" | |
| "00000033" | |
| "00000000" |