mirror of
https://github.com/uhIgnacio/SpotifyAccountCreator.git
synced 2024-08-14 23:01:06 +00:00
what
This commit is contained in:
parent
ded6fea2fd
commit
1c9a901e2c
1 changed files with 0 additions and 1 deletions
1
main.py
1
main.py
|
@ -39,7 +39,6 @@ resp = requests.post("https://spclient.wg.spotify.com/signup/public/v1/account",
|
||||||
"referrer-policy": "strict-origin-when-cross-origin"
|
"referrer-policy": "strict-origin-when-cross-origin"
|
||||||
})
|
})
|
||||||
|
|
||||||
resp = requests.post('https://spclient.wg.spotify.com/signup/public/v1/account', data=data)
|
|
||||||
if "login_token" in resp.text:
|
if "login_token" in resp.text:
|
||||||
print(f'{Fore.LIGHTGREEN_EX}Account Created\nLogin: {Fore.LIGHTBLUE_EX}{username}:{Fore.LIGHTBLACK_EX}{password}\nResponse: {resp.text}')
|
print(f'{Fore.LIGHTGREEN_EX}Account Created\nLogin: {Fore.LIGHTBLUE_EX}{username}:{Fore.LIGHTBLACK_EX}{password}\nResponse: {resp.text}')
|
||||||
pse()
|
pse()
|
||||||
|
|
Loading…
Reference in a new issue