Tweak readme

This commit is contained in:
talwrii 2017-12-06 17:29:54 +01:00 committed by GitHub
parent cc40725991
commit c90459b518
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,12 @@ The executable `cookiefire` included in this package can be used to extract the
This code is adapted from [this Stack Exchange answer](https://superuser.com/a/1239036/653515) by [hackerb9](https://superuser.com/users/400780/hackerb9). This code is adapted from [this Stack Exchange answer](https://superuser.com/a/1239036/653515) by [hackerb9](https://superuser.com/users/400780/hackerb9).
# Caveats
* Only tested on linux machines
* Unlikely to work with windows
* Will probably work on macs but untested (feedback welcome)
# Usage # Usage
``` ```
@ -32,7 +38,7 @@ echo 'PATH=$PATH:~/curlfire' >> ~/.bashrc
# Alternatives and prior work # Alternatives and prior work
* Adapted from [this Stack Exchange answer](https://superuser.com/questions/666167/how-do-i-use-firefox-cookies-with-wget) * Adapted from [this Stack Exchange answer](https://superuser.com/questions/666167/how-do-i-use-firefox-cookies-with-wget)
* Firebug and friends allow you to copy requests as curl. This can be suitable for debugging. * Firebug and friends allow one to copy requests as curl commands. This can be suitable for debugging.
* Cookies can be exported manually from within Firefox * Cookies can be exported manually from within Firefox
All of these approaches can be time consuming when automating tasks. All of these approaches can be time consuming when automating tasks.