Python 3.x python请求spotify帐户创建问题

Python 3.x python请求spotify帐户创建问题,python-3.x,http,python-requests,request,tor,Python 3.x,Http,Python Requests,Request,Tor,嘿,实际上我正在尝试使用python脚本创建Spotify帐户 所以我要求使用post方法 网址: 数据: 只是一些随机的东西来创建一个帐户 使用tor proxy获取此结果: {'status': 120, 'country': 'ZZ', 'dmca-radio': False, 'shuffle-restricted': False, 'username': '', 'can_accept_licenses_in_one_step': True, 'requires_marke

嘿,实际上我正在尝试使用python脚本创建Spotify帐户 所以我要求使用post方法

网址:

数据:

只是一些随机的东西来创建一个帐户

使用tor proxy获取此结果:

{'status': 120,
 'country': 'ZZ',
 'dmca-radio': False,
 'shuffle-restricted': False,
 'username': '',
 'can_accept_licenses_in_one_step': True,
 'requires_marketing_opt_in': False,
 'requires_marketing_opt_in_text': False,
 'minimum_age': 13,
 'country_group': 'NA',
 'specific_licenses': False,
 'pretick_eula': True,
 'show_collect_personal_info': False,
 'use_all_genders': True,
 'date_endianness': 'MIDDLE_ENDIAN',
 'is_country_launched': False}
问题是代理还是别的

creation_point=lite_7e7cf598605d47caba394c628e2735a2&password_repeat=JEpazBLdZJeNcP&platform=Android-ARM&iagree=true&password=JEpazBLdZJeNcP&gender=female&key=a1e486e2729f46d6bb368d6b2bcda326&birth_day=23&birth_month=9&email=2pi2jmilcs@hotmail.fr&birth_year=1972'
{'status': 120,
 'country': 'ZZ',
 'dmca-radio': False,
 'shuffle-restricted': False,
 'username': '',
 'can_accept_licenses_in_one_step': True,
 'requires_marketing_opt_in': False,
 'requires_marketing_opt_in_text': False,
 'minimum_age': 13,
 'country_group': 'NA',
 'specific_licenses': False,
 'pretick_eula': True,
 'show_collect_personal_info': False,
 'use_all_genders': True,
 'date_endianness': 'MIDDLE_ENDIAN',
 'is_country_launched': False}