docs: update examples and changelog to reflect CookieResult usage and Python version changes

This commit is contained in:
bohd4nx
2026-04-14 01:57:12 +03:00
parent 6a5e007a1b
commit 415d9d9a9c
14 changed files with 21 additions and 15 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ SEED = "word1 word2 ... word24"
API_KEY = "YOUR_TONAPI_KEY"
# Option A: extract cookies directly from your browser (no manual copy-paste needed)
# COOKIES = get_cookies_from_browser("chrome") # or "firefox", "edge", "brave", ...
# COOKIES = get_cookies_from_browser("chrome").cookies # or "firefox", "edge", "brave", ...
# Option B: provide cookies manually
COOKIES = {