(Using Python 2.7, with Mechanize)
Let's say I have a cookie on Twitter, named auth_token
and it's Value is: ABC123
.
How do tell Mechanize
to import this Cookie? I've heard about Cookielib
but I am not sure how to use it. I looked it up, but I've no clue how to set this up with Mechanize
.
If someone could help me out, that would be awesome! :)