Skip to content

Instantly share code, notes, and snippets.

@AmokDev
AmokDev / docs.md
Last active December 17, 2023 13:50
DummyAPI Docs

Requests Exaples

Player Profile

  • GET - https://api.amk.lol/dummybrawl/v1/profile/?api_token={token}&id={id}

Types and Explanations

  • 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"
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.