pythonfags get in here.
i have a python3 script and i'm trying to translate it to python2.
it's just a post request.
code:
url = "
https://site.com/register/"
payload = {"username":uName,"password":pwd,"birthday_month":bMonth,"birthday_day":bDay,"birthday_year":bYear,"email":email}
pReq=requests.post(url, payload)
i'm trying to create account on that site