curlc Wrapper around curl that uses chrome's cookie store Installation Install with pip3 $ pip3 install curlc Example Usage $ curlc -L 'http://dropbox.com/secret-file' $ export BROWSER=chromium && curlc -L 'http://dropbox.com/secret-file'