You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
`def generate_client_id():
current_time = int(time.time() * 1000)
random_part = random.randint(100, 999)
random_first = int(str(current_time)[:10] + str(random_part))
def generate_event_id():
return str(uuid.uuid4())
async def get_promo_code(app_token: str,
promo_id: str,
promo_title: str,
max_attempts: int,
event_timeout: int,
session_name: str,
proxy: str):
headers = {
"Content-Type": "application/json; charset=utf-8",
"Host": "api.gamepromo.io"
}
can you add this to your code for get keys
The text was updated successfully, but these errors were encountered: