Need help for python requests
Hi,
I'm trying to create a openccc account bot using python requests but can't seem to get pass from page 2 to page 3 of account creation.
At page 2, there is a validation for the address. If you click continue and it fails, there will be a checkbox that appears on the screen to skip validation of address.
I can't seem to post data directly
Need help for python requests
I'm trying to create a openccc account bot using python requests but can't seem to get pass from page 2 to page 3 of account creation.
At page 2, there is a validation for the address. If you click continue and it fails, there will be a checkbox that appears on the screen to skip validation of address.

I can't seem to post data directly
Code:
with requests.Session() as s:
url4 =...
by Botato via TBN



No comments:
Add Comment