Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/infallibless/cookie-parser

parse cookies - open src
https://github.com/infallibless/cookie-parser

cookieparser cookies parser

Last synced: about 1 month ago
JSON representation

parse cookies - open src

Awesome Lists containing this project

README

        

# CookieParser

**CookieParser** is a simple Node.js utility script for parsing cookie data from a `.txt` file and formatting it into a specified format saved in a new output file.

## Features
- Reads cookies from an input file (`cookies.txt`).
- Filters out unwanted lines with specific patterns.
- Reformats and saves cookies into a new text file (`rx6.txt` or any specified output).
- Ideal for processing cookie data from raw files to be used in other applications.

## Installation

Ensure you have [Node.js](https://nodejs.org/) installed. Then, clone this repository or download the ZIP file:

[Download CookieParser](https://github.com/infallibless/cookie-parser/archive/refs/heads/main.zip)

## Usage

1. Place the input file (`cookies.txt`) in the project directory.
2. Run the script:

```bash
node parse.js