Currently, I am using mechanize
to fill up a form and send a POST request, then I am doing a regex
search on the response to get the data ( a floating point number).
Is there any way I can do this by just sending a POST request? I know this is possible by using a combination of any browser's Developer Tools and the requests
module to send the request but I have failed to find a comprehensive tutorial. I would also like some details about the steps involved.