An open API service indexing awesome lists of open source software.

https://github.com/simatwa/cookie-hunter

Sort cookies exported by `Cookies-to-Json` extension.
https://github.com/simatwa/cookie-hunter

Last synced: about 1 year ago
JSON representation

Sort cookies exported by `Cookies-to-Json` extension.

Awesome Lists containing this project

README

          

# cookie-hunter

>Sort cookies exported by `Cookies-to-Json` extension.

## Installation

1. Install [addtopath](https://github.com/Simatwa/addtopath)
2. Clone repo

```sh
git clone https://github.com/Simatwa/cookie-hunter.git
cd cookie-hunter
```
3. Execute `addtopath main.py ch`

## Usage
- Export cookies with `Cookies-to-Json` Chrome Extension.
- `$ ch `

* For more info you can run `$ ch -h`

```
usage: main.py [-h] [-i n] [-g KEY] [-p PATH]
[--zero-mapping]
FILE-PATH

Hunt cookies from `Json-to-Cookies` extension
.json files

positional arguments:
FILE-PATH Path to .json file

options:
-h, --help show this help message
and exit
-i n, --indent n Indent level while
dumping json data - 7
-g KEY, --get KEY Stdout the specific
cookie value of the key
-p PATH, --pre PATH Path to .json file
containing key-mappings
--zero-mapping Disable key mappings -
False
```