extractor

Run Settings
LanguagePython
Language Version
Run Command
import json # Paste seluruh isi bsc.json kamu di sini (termasuk { ... }) data = # Output format: gmail|mac|rid|ltoken for acc in data.get("accounts", []): email = acc.get("name", "").strip() if "@gmail." not in email.lower(): continue mac = acc.get("mac", "").strip() rid = acc.get("rid", "").strip() ltoken = acc.get("login_token", "").strip() if mac and rid and ltoken: print(f"{email}|{mac}|{rid}|{ltoken}")
Editor Settings
Theme
Key bindings
Full width
Lines