python - Retrieving cookies from a Steam OAuth login site -


trying grab cookies http://www.tf2outpost.com

in order necessary cookie (it's called uhash), 1 must logged on steam oauth + getting past dual factor authentication.

my current method of getting cookie first logging in on browser, go chrome's dev tools, , going network tab grab uhash cookie. since want automate everything, not valid solution.

my question - how i, using python, programmatically capture cookies if site requires me log in?


Comments