Загрузка...

Supercell Реализовано Created year

Тема в разделе Рассмотренные предложения создана пользователем rqyws 27 июл 2025 в 00:23. 56 просмотров

Опрос

Do you agree with the suggestion?

  1. Yes

    2
    66,7%
  2. Yes, but it needs to be improved (I will describe in the comments)

    1
    33,3%
  3. No

    0
    0%
  1. rqyws
    rqyws Автор темы 27 июл 2025 в 00:23 2 12 май 2024
    Hi. You should add the creation year of the supercell games account for example brawl stars because it worth much more and it would be easier for the buyers to search for the account and also maybe the sellers can sell better. I checked the api-s I dont really know how those works so sry for that but I didnt find the official bs api but I found brawltimeninja-s which is quick i guess maybe need proxy for more quick respone: api_url = f"https://brawltime.ninja/api/player.byTagExtra?input={json_input}"
    if need here is a half python program if that helps:

    json_input = urllib.parse.quote(f'{{"json":"{bs_id}"}}')
    api_url = f"https://brawltime.ninja/api/player.byTagExtra?input={json_input}"

    try:
    print(f"[{index}] API download: {api_url}")
    api_response = requests.get(api_url, timeout=15)

    if api_response.status_code != 200:
    print(f"[{index}] Error: HTTP {api_response.status_code} status from API call")
    else:
    try:
    api_data = api_response.json()

    # Check if the JSON response contains the necessary data
    if "result" in api_data and "data" in api_data["result"] and "json" in api_data["result"]["data"]:
    player_data = api_data["result"]["data"]["json"]

    if isinstance(player_data, dict) and "accountCreationYear" in player_data:
    creation_year = player_data["accountCreationYear"]
    print(f"[{index}] Creation year found: {creation_year}")
    else:
    print(f"[{index}] Error: Creation year not found in player data")
    else:
    print(f"[{index}] Error: Missing data in API response")

    as i said before without proxy maybe it doesnt give much response.
    Thank you for reading my suggestion and I hope this will be added!
     
  2. sexternal
    sexternal 27 июл 2025 в 00:23 Graphics Designer 157 17 апр 2020
  3. rqyws
    rqyws Автор темы 27 июл 2025 в 00:24 2 12 май 2024
    or i cant suggest these here?
     
  4. RaysMorgan
    RaysMorgan 27 июл 2025 в 00:46 Че скажете 54 010 7 мар 2013
  5. akkeno
    akkeno 27 июл 2025 в 00:49 тут могла быть ваша реклама (7500 рублей пожизнено) 208 17 май 2024
    good idea tbh, but can be improved
     
  6. RaysMorgan
    RaysMorgan 27 июл 2025 в 02:01 Че скажете 54 010 7 мар 2013
    [IMG]
    Done! Thanks! Works only for recent uploaded accounts
     
    27 июл 2025 в 02:01 Изменено
Загрузка...
Top