A version of MozillaCookieJar that works with curl/wget
Project description
# cookiestxt
A version of Python’s MozillaCookieJar that produces cookies.txt files that are compatible with curl/wget.
MozillaCookieJar is a great idea. It just doesn’t work well right now without [this patch](https://bugs.python.org/issue17164). So, I’ve applied the patch here.
Use it like you would use MozillaCookieJar.
`python from cookiestxt import MozillaCookieJar cj = MozillaCookieJar() ... `
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cookiestxt-0.4.tar.gz
(4.6 kB
view hashes)