Skip to content

Instantly share code, notes, and snippets.

@mapix
Created December 25, 2012 15:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mapix/4373838 to your computer and use it in GitHub Desktop.
Save mapix/4373838 to your computer and use it in GitHub Desktop.
Create cookies to log in to website Generate a Netscape cookies file to use with Python's mechanize.
curl -L -d "uid=<username>&pwd=<password>" http://www.example.com -c cookies.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment