Is it possible to take an existing logged in session (say in Chrome) and pipe that session to a python script to perform an https request?
To be clear on what I want to
Why don't you parse out the generated CAPTCHA, display the image and manually input the solution? It may be an easier approach to your problem than actually hijacking a session. Plus, it would result in a more portable and stable script (probably).