Google-Forms response with Python?
I'm trying to write a Python-Script which makes it possible to submit responses in Google-Forms like this one: https://docs.google.com/forms/d/152CTd4VY9pRvLfeACOf6SmmtFAp1CL750Sx72Rh6HJ8/viewform But how to I actually send the POST and how can I find out, what this POST should actually contain? First pip install requests You have to post some specific form data to a specific url,you can use requests.The form_data dict params are correspondent to options,if you don't need some options,just remove it from form_data. import requests url = 'https://docs.google.com/forms/d