Skip to content

infallibless/cookie-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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 installed. Then, clone this repository or download the ZIP file:

Download CookieParser

Usage

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

About

parse cookies - open src

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published