How can I fill out a Typeform with Python requests

369 views Asked by At

I now how to fill out a Typeform with Selenium but I want to learn more with requests so I want to fill out a from with Python. The problem is when I examine the network I can't find any data being posted. I have a solution to solve the captcha but where can I find the posted data I do input?

https://www.nakedcph.com/en/745/nike-dunk-low-sp-plum-cu1726-500-fcfs-raffle

1

There are 1 answers

4
n1tr0xs On

Python requests can`t help you, because Typeform login page is generating by javascript.